Use query criteria to filter storeName column
I have a form f_Responses with a combobox cboCustomers for getting customer responses. There are two append queries “q_ClearCustomer” and “q_AppendCustomer” behind the On Click event of btn_GetStore.
Display one field in multiple tables of same database
could anyone guide me on
1—– How to display one field say name or rank or salary of a table in other tables as soon as the field is entered. To me it sounds like copy and paste.
2—– How to get the month name in a field as end of month date?
I am trying to change the color of a textbox forecolor based on Yes/No checkbox value
I have a form f_Details
which has six columns from the source table t_Details
. One of the columns is col_Name
and another column is checkbox_YN
. Some of the names in the table that are no longer with the company have the checkbox checked (Y). In the form f_Details
, how can I have col_names
change the forecolor to red if the name on that row is no longer with the company and the checkbox is checked?
I am trying to change the color of a textbox based on Yes/No checkbox value
I have a form f_Details which has six columns from the source table t_Details. One of the columns is col_Name and another column is checkbox_YN. Some of the names in the table that are no longer with the company have the checkbox checked Y. In the form f_Details I need the col_names to change the forecolor to red if the name on that row is no longer with the company and the checkbox is checked Y.
How to direct a file to an alternate subfolder if specified subfolder does not exist
Good day, I have a situation whereby when btn_Finished is clicked it should export “Statement_file” to one of the existing subfolders with “USERS” names “fld_Abi”, “fld_Clint”, “fld_Dell”, “fld_Many”, “fld_More” and “fld_TEMPFolder”(Not assigned to any user). All the subfolders resides in a folder named “FLD_ReportPickup” and are all named after each user except the “fld_TEMPFolder” which is to be used only when a user name is not setup or does not exist in the folder “FLD_ReportPickup“.
Exporting code from MS Access to .txt or word file?
Is there a way to export all the code from modules and forms of my project in a word file or a .txt?