Hello,
As part of a greater goal, I'm tying to create a form that the user does not see that checks a table on the backend and compares it to a table with the same data structure on the front end. If a record doesn't exist on the front end that exists on the backend, run an update query to add that record to the front end.
I know to set form.visible = FALSE, use the OnTimer event to do the checking, and setup an update query, but what should I use to do the checking? DLookup? Any other options/ideas?
Thanks
As part of a greater goal, I'm tying to create a form that the user does not see that checks a table on the backend and compares it to a table with the same data structure on the front end. If a record doesn't exist on the front end that exists on the backend, run an update query to add that record to the front end.
I know to set form.visible = FALSE, use the OnTimer event to do the checking, and setup an update query, but what should I use to do the checking? DLookup? Any other options/ideas?
Thanks