HI everyone
I have a split Database in access2003 I'm working on with 3 to 5 users. The table I'm working with has around 350,000 records in it.
I want to check if a record exsists.and give a message or run some code either way. I don't want to display the info at this point just know if it's there.
Each user would be checking if some record exsists every few seconds.
what going to be the best way to do this for ease and speed over the network
1)Check the recordcount of a query?
2)Do a Dlookup (I think this would be slow) ?
3)Open a database or recordset in code ?
4)Or some better way that I havn't though of?
Any thoughts and implementation Ideas Welcome
Thanks Chris
I have a split Database in access2003 I'm working on with 3 to 5 users. The table I'm working with has around 350,000 records in it.
I want to check if a record exsists.and give a message or run some code either way. I don't want to display the info at this point just know if it's there.
Each user would be checking if some record exsists every few seconds.
what going to be the best way to do this for ease and speed over the network
1)Check the recordcount of a query?
2)Do a Dlookup (I think this would be slow) ?
3)Open a database or recordset in code ?
4)Or some better way that I havn't though of?
Any thoughts and implementation Ideas Welcome
Thanks Chris