NigelShaw
Registered User.
- Local time
- Today, 23:25
- Joined
- Jan 11, 2008
- Messages
- 1,575
I can see easy solutions.
I have a module that will minimize a form. That can be called from the timer and actionef if a new record is found.
Why don't you count the records on your timer and store then in a public variable. When the timer runs, recount the recordset and check it against the public variable. If the recount is greater than the last count, you have a new message. Reset the count and move on.
You have a module in outlook that passes the email to access? If so why can't the module just pass the record to the SQL be directly and then let the other pc's query direct?
Nidge
I have a module that will minimize a form. That can be called from the timer and actionef if a new record is found.
Why don't you count the records on your timer and store then in a public variable. When the timer runs, recount the recordset and check it against the public variable. If the recount is greater than the last count, you have a new message. Reset the count and move on.
You have a module in outlook that passes the email to access? If so why can't the module just pass the record to the SQL be directly and then let the other pc's query direct?
Nidge