allowedits for a different form

tru-

Registered User.
Local time
Yesterday, 21:59
Joined
Jan 29, 2006
Messages
18
yes I have been searching and I cant find the answer

basically I have two buttons to open a form called frmInvoice, one button I want to open the form and allow edits, the other to not allow edits

the code is being run from frmMenu

I tried the obvious
Code:
frmInvoice.AllowEdits = False
but it didnt work

thanks
 

Users who are viewing this thread

Back
Top Bottom