P
Patrick
HI!!
Iv'e got a little 'glith' in my system. It only hapens
when two or more users are on the same form. One might be
entering data the other view some.
The problem occurs when client1 enters a new contract
number in this form and client2 is view data. Lets say my
form is connected to 1000 records. Client1 is at 1001 and
client2 might be at 459. There not even close to one
another but once client1 is finished with entering her
data she then presses on my printing button. And an error
mesage appear,stating that she needs to save record,
discard changes and another one I forgot....
The code behind my printing is:
DoCmd.PrintOut acSelection, , , , , False
' Prints current record only. (1 page)
Is something missing, whats happening when this command is
executed... Is the system worried because 2 users are on
this form....
Any idea of what might be going-on,
Any help or suggestions welcome...
thanks for any help you can provide,
PAtrick
Iv'e got a little 'glith' in my system. It only hapens
when two or more users are on the same form. One might be
entering data the other view some.
The problem occurs when client1 enters a new contract
number in this form and client2 is view data. Lets say my
form is connected to 1000 records. Client1 is at 1001 and
client2 might be at 459. There not even close to one
another but once client1 is finished with entering her
data she then presses on my printing button. And an error
mesage appear,stating that she needs to save record,
discard changes and another one I forgot....
The code behind my printing is:
DoCmd.PrintOut acSelection, , , , , False
' Prints current record only. (1 page)
Is something missing, whats happening when this command is
executed... Is the system worried because 2 users are on
this form....
Any idea of what might be going-on,
Any help or suggestions welcome...
thanks for any help you can provide,
PAtrick