RE: If msgbox is yes then checkbox is checked?
- From: Erin Freeman <ErinFreeman@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 2 Dec 2008 10:13:01 -0800
Hi Michael,
So if i have a form that pops up when the main form is closed that asks if
the information has been revised, which works, however how do i get the popup
form to open to correct record, i have tried variaitions of code i could find
for filtering but for some reason i cant get it to work,
"Michael Stanbarger" wrote:
I would suggest creating a small form for this instead of using a MsgBox.
script. This way you can bind it to the table that has the field you want to
change.
--
Michael Stanbarger
Air Freight Coordinator
CRST Van Expedited
"Erin Freeman" wrote:
Hi there
For some reason i cant get this code to work. On the "On Close" action of a
form, i want a checkbox to pop up to ask whether the data has been changed,
if the user chooses yes then i want my "revised" checkbox to populate with a
checkmark
'If MsgBox(" Have you revised this data?", vbYesNo) = vbYes Then
'Me.chkrevised = True
'End If
It doesnt seem to work, not sure what i am doing wrong. any help would be
greatly appreciated.
Thanks
- Follow-Ups:
- Re: If msgbox is yes then checkbox is checked?
- From: BruceM
- Re: If msgbox is yes then checkbox is checked?
- References:
- If msgbox is yes then checkbox is checked?
- From: Erin Freeman
- RE: If msgbox is yes then checkbox is checked?
- From: Michael Stanbarger
- If msgbox is yes then checkbox is checked?
- Prev by Date: Re: Validating start and end dates
- Next by Date: RE: Foreign Language in Menu items
- Previous by thread: RE: If msgbox is yes then checkbox is checked?
- Next by thread: Re: If msgbox is yes then checkbox is checked?
- Index(es):
Relevant Pages
|