I have an Access database(2000) that is using the switchboard.
Every time I click on an option on the switchboard to open a new form, I get a logon screen to SQL Server(7.0). (my tables are linked to SQL Server)
The recordsource on my forms are hard coded with the table names and field names.
Is there a way to stop all of the login screens from popping up everytime I want to see a new form?
Do I need to use VBA code instead of hard coding the table and field names on my forms?
Every time I click on an option on the switchboard to open a new form, I get a logon screen to SQL Server(7.0). (my tables are linked to SQL Server)
The recordsource on my forms are hard coded with the table names and field names.
Is there a way to stop all of the login screens from popping up everytime I want to see a new form?
Do I need to use VBA code instead of hard coding the table and field names on my forms?