Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Saving... I don't think so but ==> how no to???

Status
Not open for further replies.

Bigpapou

Programmer
May 23, 2001
41
CA
Hi,
it's has simple as this... I have a form with a table "tbl" for source and I don't wan't that form to save the data as it close. I've tried doing this:

Sub ..._onLiberation(...)
Me.Dirty = False
End Sub

I tought it would work but it did not and since it's the only thing I could come up with well, I'm stuck.
!!! HELP ME !!!
 
Can you make the data source for the Form read only that way it would not save any data, or is there some reason you have an updateable recordset where you don't want to save the data.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top