J
jnewl
i created an application for our call center that allows them to access an
mde data base to retrieve specific info while on the phone with a customer.
everything is fine, if only person is using the mde. if more than one, get
the enclosed error message. i don't see any option in access that indicates
allow multi users.
how can i allow multi users to use the mde file? thanks for your help
i tried this but did not get results...
DoCmd.RunSQL "delete from [system table]"
'DoCmd.SetWarnings True
Me.System.RowSource = ""
DoCmd.RunSQL "delete from [system table]"
DoCmd.OpenQuery "qry find system"
Me.System.RowSource = "system table"
Me.System.Requery
error message 'the expression after update you entered as the event property
setting produced the following error: you tried to lock table [system table]
while opening it, but the table cannot be locked because it is currently in
use. wait a moment, and try again'
mde data base to retrieve specific info while on the phone with a customer.
everything is fine, if only person is using the mde. if more than one, get
the enclosed error message. i don't see any option in access that indicates
allow multi users.
how can i allow multi users to use the mde file? thanks for your help
i tried this but did not get results...
DoCmd.RunSQL "delete from [system table]"
'DoCmd.SetWarnings True
Me.System.RowSource = ""
DoCmd.RunSQL "delete from [system table]"
DoCmd.OpenQuery "qry find system"
Me.System.RowSource = "system table"
Me.System.Requery
error message 'the expression after update you entered as the event property
setting produced the following error: you tried to lock table [system table]
while opening it, but the table cannot be locked because it is currently in
use. wait a moment, and try again'