I have several Access reports with page setup settings of "landscape" and top/bottom/side margins other than 1".
I save the changed page setup parameters by saving the report, and all goes well for a while. Then, for some reason, the settings for the reports revert back to the...
I am attempting to append records from tableA to tableB using an append query. Fields in tableA and tableB have the same field names, structure etc. TableB has no records. TableA has eight records. When I run the query, no records are selected or moved. I have followed the append query help...
I am making modifications to the tables (adding fields, changing field type, etc.) on the .mdb located on my machine. Meanwhile, the user is working with his copy of the application, installed on his machine. Our computers are not connected. I carry my updates to his machine via zip disk. I...
I want to make the textbox black if the value of the Control Source = 0. Following the Help example for BackColor, here's what I did:
Has Module for Report Properties = Yes
TextBox Name = txtSSRSMon
TextBox Control Source = SSRSMon
The VB Module reads as follows:
***********
Option Compare...
I have a module that I want to run from the main menu when a button is clicked. I understand I can include the vb code in the area for button_Click, but I prefer to keep the code in the module. Someone said I merely have to put the module name in the button_Click Sub, but I get compiler...
I have an Access 2000 table that is ordered by RecapEmpID and RecapDate. I have also set up a multi-field index, RecapIndex, using the above two fields. I'm getting to the table using ADODB, and have "accessed" this table, as well as others, successfully. However, all my record...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.