View Single Post
  #3  
Old April 14th, 2010, 07:53 PM posted to microsoft.public.access.gettingstarted
gd
external usenet poster
 
Posts: 209
Default Updating back end DB question

Let's say a credit was entered into our system yesterday for materials not
received from a vendor. If that vendor disputes the deduction, we need to
research it to see who is right.

In order to save time and effort, I've set up back end tables that contain
info (date, amount, entry notes, by whom, GL codes, etc.) that would give the
researcher immediate access to the info they'd need to start their research.

So I would be updating a few fields (i.e. check # and check date when a
deduction goes out on a check or wire), but I'd also be appending the tables
with new deduction entries, in anticipation of them possibly being disputed.

--
GD


"Jeff Boyce" wrote:

I guess I'm not understanding the underlying business need ...

Can you provide an example of what kind of data you need to be altering in
the back-end so the users can use their front-ends?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"GD" wrote in message
...
What happens if I update a back end database while users are in the front
end
in Access 2003? Will the data being entered at the time be compromised?

Basically, the front end has the forms and a table that contains the data
entry info. The back end consists of a series of tables that contain
pre-existing background info on the possible data entries in the front end
table.

In other words, I'm wanting to update the background tables periodically
(perhaps even daily), in preparation for users' data entry, but without
having to ask them to exit the front end database every time.

Any help?!?! THANKS!!!!
--
GD



.