I have a main form and a several subforms. The main form displays potential customer data and 1 of the subforms displays the advertisement that prompted that customer to call. 1 of the Advertisements is newspaper ads and for that one we want to track which newspaper.
The subform has 3...
spikepl: Can't do that the source of the combobox I'm using is a query. The criteria I'm looking for is in the Where clause of the query
vbaInet: Can't do that either as the subforms are in a tab control on the data entry page. The other pages on the Navigation form are for Reporting and...
I have an Access 2010 Database frontend to SQL Server 2008 Backend. So far there are 3 Tabs in the Navigation System.
The first one is the primary Data Entry form which has a tab control with 3 subforms.
Here's the problem. The database is designed to track potential members based on...
A little more detail would get a better answer.
But assuming I understand.
You have 1 Role with multiple version numbers. I'm also assuming you have a people table for each person to be trained. I would have 3 tables
table 1: Person-All info related to the person
Person ID...
I have an Access 2000 Report that has a Group Section. The Report is set to print a new page after the footer of each Group Section Prints. I want to suppress that for the last group. So that the Report Totals Print on the same page as the last Group totals. How?