E
Eric G
I have a checklist form that pops up as a user logs into my database.
They log in via a custom userID/password form.
The checklist pops up four times for each user, to remind them of
several items.
Since I didn't want to add another field to the basic user table I am
keeping track of the count (4) via a query made to the main table.
If the user's ID is found four or more times in the main table, then
the checklist form doesn't pop-up.
Of course this ID checking slows down the loading of the main form
ever-so-slightly.
Is there a better way to keep track of the user's checklist count
apart from adding a count field to the users table?
I suspect even if I did this, the slight delay would still occur.
The user table consists of approx. 60 names.
The main table currently consists of around 400 records and will keep
growing.
Thanks! Eric
They log in via a custom userID/password form.
The checklist pops up four times for each user, to remind them of
several items.
Since I didn't want to add another field to the basic user table I am
keeping track of the count (4) via a query made to the main table.
If the user's ID is found four or more times in the main table, then
the checklist form doesn't pop-up.
Of course this ID checking slows down the loading of the main form
ever-so-slightly.
Is there a better way to keep track of the user's checklist count
apart from adding a count field to the users table?
I suspect even if I did this, the slight delay would still occur.
The user table consists of approx. 60 names.
The main table currently consists of around 400 records and will keep
growing.
Thanks! Eric