Solution to database splitting

G

Gussy

I've developed a database that is used by multiple users. I have an issue
where a User A is entering data on a form and subform. When complete, User A
closes the form on his mde. When the form is closed, there is code written
to delete all recordes on the subform. What is happening is that the records
on User B's subform are also deleted. This should not happen. Would
splitting the database correct this problem?
 
S

Stefan B Rusynko

This is a FrontPage newsgroup (not an Access newsgroup)
- suggest posting your question to an Access newsgroup




| I've developed a database that is used by multiple users. I have an issue
| where a User A is entering data on a form and subform. When complete, User A
| closes the form on his mde. When the form is closed, there is code written
| to delete all recordes on the subform. What is happening is that the records
| on User B's subform are also deleted. This should not happen. Would
| splitting the database correct this problem?
 
T

Thomas A. Rowe

You need to post this the Access newsgroup.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Top