PC Review


Reply
Thread Tools Rate Thread

Re: DATA ENTRY VIA A NETWORK

 
 
John Spencer (MVP)
Guest
Posts: n/a
 
      24th May 2004
Unclear on who closes the form. If User B can't see the new record until User A
closes the form, then I would suspect that User A has not done anything to cause
the currently displayed (but not saved) record to be saved.

Try adding a button to the Input form that can be clicked when you are ready to
save the underlying data to the table(s).

Code would be
If Me.Dirty = True then Me.Dirty = False

See if that works to show the record. If not, post back and perhaps someone
will have an idea of the cause of your problem.

Also, what version of Access are you using? Is the data stored in an Access
database, SQL server, someplace else?

Vic wrote:
>
> If anyone can give me an answer I would really appreciate it. Totally frustrated with this one. Here's the problem.
>
> Example:
>
> User A opens the database at 10:00am.
> User B opens the database at 10:00am.
>
> User A enter data in a form at 10:05a through a form.
> User B does a search using the same form at 10:10a of the data User A just entered. The system says there's no records for that specific data.
>
> Now if you close the form and do a search again the data that it said wasn't there is now there.
>
> The network setting are totally correct. If you delete a record it immediately appears on the other persons unit.
>
> I've gotten an article from Microsoft title View the lates records for a form programmatically but the instructions on that don't work either.
>
> I'm ready to pull my hair out.
>
> Can someone please please help.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Save 60% on Data Entry, Data Conversion, Data Processing Services byOffshore-Data-Entry dataentryoffshore@gmail.com Microsoft Excel Programming 0 4th Jun 2008 05:00 PM
Data Entry Online, Data Format, Data Conversion and Data EntryServices through Data Entry Outsourcing admin.dataentryoutsourcing@gmail.com Microsoft Excel Misc 0 20th Mar 2008 01:45 PM
Data Entry Online, Data Format, Data Conversion and Data EntryServices through Data Entry Outsourcing admin.dataentryoutsourcing@gmail.com Microsoft Access Form Coding 0 20th Mar 2008 01:44 PM
Re: DATA ENTRY VIA NETWORK Allen Browne Microsoft Access Form Coding 0 24th May 2004 06:39 PM
Re: DATA ENTRY VIA A NETWORK Allen Browne Microsoft Access VBA Modules 0 24th May 2004 06:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:33 PM.