Hi,
I have a form 3 tables. Table 1 contains records Table 2 Contains an empty table which is a replica of Table 1 but has a few more fields to update.
Now when the user opens the form the Employee id(thro the system login) comes up thro a module which works fine. I have run a dlookup on the form load page where it looks into table 3 where the employee number and name are given. The next field gives the name from D lookup.
When the employee uses the form the enter the customers phone number and search fields based on that number from table 1(again using d lookup) the employee then fills up the new fields and then updates Table 2 with the updated fields. The form then requery and again the D lookup is used for the Employee name. The front end is on the desktop and backend on a network server with read and write right for the employee.
I have 7 employees using the database and the issue which comes up after sometime is the 3218 error. It starts with one and affects all users one by one and the starting error which debugs is the Dlook up for the employee name.
Its a pain as the employees are in different places and telling them to log out doesnt solve the problem. I was wondering if Dlookup is the best way. I am no expert and this i just learnt by reading stuff.
Any help would be much appreciated!
I have a form 3 tables. Table 1 contains records Table 2 Contains an empty table which is a replica of Table 1 but has a few more fields to update.
Now when the user opens the form the Employee id(thro the system login) comes up thro a module which works fine. I have run a dlookup on the form load page where it looks into table 3 where the employee number and name are given. The next field gives the name from D lookup.
When the employee uses the form the enter the customers phone number and search fields based on that number from table 1(again using d lookup) the employee then fills up the new fields and then updates Table 2 with the updated fields. The form then requery and again the D lookup is used for the Employee name. The front end is on the desktop and backend on a network server with read and write right for the employee.
I have 7 employees using the database and the issue which comes up after sometime is the 3218 error. It starts with one and affects all users one by one and the starting error which debugs is the Dlook up for the employee name.
Its a pain as the employees are in different places and telling them to log out doesnt solve the problem. I was wondering if Dlookup is the best way. I am no expert and this i just learnt by reading stuff.
Any help would be much appreciated!