P
Patrick
HI!!
I having problems with a form in perticular..
This form allows a user to enter data, and its
RecordSource is connected to a table. So I can navigate
through the all ready existing records and add new one.
One a user adds a new record, the page is blank, and
he/she fills-in the appropriate boxes with data. So far so
could.. But sometime, when the user clicks on the print
button(to print current form), the appliaction pops a
message to the user, saying something like:
----------------------------------------------------------
Blablabla...
Then
Save changes Discard changes and something else.
-----------------------------------------------------------
All they have to due is push-on the save changes and
everything returns to normal.(The page also Prints)
The '-' represents the size of the msgbox that appears on
the screen.
I though that perhaps this form needs to be saved(in some
way), since its a new record... I don't know what to think.
Since the new record is connect,via recordSource, to a
table could it mean that there's a delay between the time
that the data is entered in the text boxes on the form to
where its actually saved permanently in the table.
Would I require some sort of 'save' or refresh, in my
print button.
Any Help will be appriciated, I'm at a lost here,
Thank you very much,
PAtrick
I having problems with a form in perticular..
This form allows a user to enter data, and its
RecordSource is connected to a table. So I can navigate
through the all ready existing records and add new one.
One a user adds a new record, the page is blank, and
he/she fills-in the appropriate boxes with data. So far so
could.. But sometime, when the user clicks on the print
button(to print current form), the appliaction pops a
message to the user, saying something like:
----------------------------------------------------------
Blablabla...
Then
Save changes Discard changes and something else.
-----------------------------------------------------------
All they have to due is push-on the save changes and
everything returns to normal.(The page also Prints)
The '-' represents the size of the msgbox that appears on
the screen.
I though that perhaps this form needs to be saved(in some
way), since its a new record... I don't know what to think.
Since the new record is connect,via recordSource, to a
table could it mean that there's a delay between the time
that the data is entered in the text boxes on the form to
where its actually saved permanently in the table.
Would I require some sort of 'save' or refresh, in my
print button.
Any Help will be appriciated, I'm at a lost here,
Thank you very much,
PAtrick