N
Nicholas Scarpinato
I'm using an unbound form to input data into a record via VB code that runs
once the last field on the form us updated. This code opens the table, writes
the data to the appropriate fields, closes the table, then clears the form
and moves the focus back to the top control of the form.
My question is, when I split this database into front and back end sides and
put the back end out on the server, will I run into issues with the VB code
if by some happenstance two users happen to trigger said code at the same
time? I designed this DB this way purposely to try to avoid those issues, and
I'm going to make sure that the users who are going to access this database
have full permissions on the network location where the back end will be
stored. Also, I have other users who will be accessing the main data table
via queries. Will these queries prevent the first set of users from inputting
data off the entry form? I'm thinking that once the database is split, most
of these issues should resolve themselves... but I'm still concerned about
it. We want to implement this db for testing as early as Friday morning, and
I haven't been able to test it as a split db yet.
Any red flags in my process that I should be aware of, or am I in the clear?
once the last field on the form us updated. This code opens the table, writes
the data to the appropriate fields, closes the table, then clears the form
and moves the focus back to the top control of the form.
My question is, when I split this database into front and back end sides and
put the back end out on the server, will I run into issues with the VB code
if by some happenstance two users happen to trigger said code at the same
time? I designed this DB this way purposely to try to avoid those issues, and
I'm going to make sure that the users who are going to access this database
have full permissions on the network location where the back end will be
stored. Also, I have other users who will be accessing the main data table
via queries. Will these queries prevent the first set of users from inputting
data off the entry form? I'm thinking that once the database is split, most
of these issues should resolve themselves... but I'm still concerned about
it. We want to implement this db for testing as early as Friday morning, and
I haven't been able to test it as a split db yet.
Any red flags in my process that I should be aware of, or am I in the clear?