473,320 Members | 1,699 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

multi-user invironment

jim
Hi Ng

I have got a multiuser database where 3 people type customer claims in a
form based directly on a table.

When the have typed one claim the press a button for "next record"

In the button of the screen you see that the records counts one up. Whenever
they close the forms, and open again the number of records will start by one
again.

My problem is that the users says, that some times they have registrered a
record, which has not been saved in the table.

Is that possible?

Best Regards
JJ
Nov 13 '05 #1
3 1151
jim wrote:
Hi Ng

I have got a multiuser database where 3 people type customer claims in a
form based directly on a table.

When the have typed one claim the press a button for "next record"

In the button of the screen you see that the records counts one up. Whenever
they close the forms, and open again the number of records will start by one
again.

My problem is that the users says, that some times they have registrered a
record, which has not been saved in the table.

Is that possible?
It depends on whether or not the record gets saved. It's hard to say
from your description of the problem.

Best Regards
JJ

Nov 13 '05 #2
jim
Thx for your answer

I don't do anything special to save it

I use this piece of code to go to the next record
DoCmd.GoToRecord , , acNext

When I do that - where there is only me using the database, then it is saved
automatically in the table
"Salad" <oi*@vinegar.com> skrev i en meddelelse
news:gv***************@newsread1.news.pas.earthlin k.net...
jim wrote:
Hi Ng

I have got a multiuser database where 3 people type customer claims in a
form based directly on a table.

When the have typed one claim the press a button for "next record"

In the button of the screen you see that the records counts one up. Whenever they close the forms, and open again the number of records will start by one again.

My problem is that the users says, that some times they have registrered a record, which has not been saved in the table.

Is that possible?


It depends on whether or not the record gets saved. It's hard to say
from your description of the problem.

Best Regards
JJ

Nov 13 '05 #3
jim wrote:
Thx for your answer

I don't do anything special to save it

I use this piece of code to go to the next record
DoCmd.GoToRecord , , acNext

When I do that - where there is only me using the database, then it is saved
automatically in the table
I am not sure if they are entering new records or editing existing
records. If new records, you could use acNewRec.

You might want to have some code in your "next" button like this
If Me.Dirty then Me.Dirty = False 'force a save
Docmd.GoToRecord....


"Salad" <oi*@vinegar.com> skrev i en meddelelse
news:gv***************@newsread1.news.pas.earthlin k.net...
jim wrote:

Hi Ng

I have got a multiuser database where 3 people type customer claims in a
form based directly on a table.

When the have typed one claim the press a button for "next record"

In the button of the screen you see that the records counts one up.
Whenever
they close the forms, and open again the number of records will start by
one
again.

My problem is that the users says, that some times they have registrered
a
record, which has not been saved in the table.

Is that possible?


It depends on whether or not the record gets saved. It's hard to say
from your description of the problem.

Best Regards
JJ


Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

37
by: ajikoe | last post by:
Hello, Is anyone has experiance in running python code to run multi thread parallel in multi processor. Is it possible ? Can python manage which cpu shoud do every thread? Sincerely Yours,...
4
by: Frank Jona | last post by:
Intellisense with C# and a multi-file assembly is not working. With VB.NET it is working. Is there a fix availible? We're using VisualStudio 2003 Regards Frank
12
by: * ProteanThread * | last post by:
but depends upon the clique: ...
0
by: frankenberry | last post by:
I have multi-page tiff files. I need to extract individual frames from the multi-page tiffs and save them as single-page tiffs. 95% of the time I receive multi-page tiffs containing 1 or more black...
6
by: cody | last post by:
What are multi file assemblies good for? What are the advantages of using multiple assemblies (A.DLL+B.DLL) vs. a single multi file assembly (A.DLL+A.NETMODULE)?
6
by: Joe | last post by:
I have 2 multi-list boxes, 1 displays course categories based on a table called CATEGORIES. This table has 2 fields CATEGORY_ID, CATEGORY_NAME The other multi-list box displays courses based on...
4
by: mimmo | last post by:
Hi! I should convert the accented letters of a string in the correspondent letters not accented. But when I compile with -Wall it give me: warning: multi-character character constant Do the...
5
by: Shane Story | last post by:
I can seem to get the dimensions of a frame in a multiframe tiff. After selecting activeframe, the Width/Height is still really much larger than the page's actual dimensions. When I split a...
0
by: Sabri.Pllana | last post by:
We apologize if you receive multiple copies of this call for papers. *********************************************************************** 2008 International Workshop on Multi-Core Computing...
1
by: mknoll217 | last post by:
I am recieving this error from my code: The multi-part identifier "PAR.UniqueID" could not be bound. The multi-part identifier "Salary.UniqueID" could not be bound. The multi-part identifier...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.