Set value based on dat entry in another form

  • Follow


Hi all,
On my main entry form I have a check box ("Has Complaint") and when the user 
clicks on cmdAddComplaint (opening frmComplaint in add mode) the check box is 
set to true.  If for some reason there is no complaint added and they close 
frmComplaint, returning to the main entry form, how can I reset the check box 
to false. 
Thank You, 
Nick
0
Reply Utf 4/16/2007 4:04:02 PM

Nick X <Nicknnator (no) @ (spam) aol.123com> wrote:
>On my main entry form I have a check box ("Has Complaint") and when the user 
>clicks on cmdAddComplaint (opening frmComplaint in add mode) the check box is 
>set to true.  If for some reason there is no complaint added and they close 
>frmComplaint, returning to the main entry form, how can I reset the check box 
>to false. 


Don't set the check box's Value.

Instead, set its DefaultValue to True (in design view).

-- 
Marsh
MVP [MS Access]
0
Reply Marshall 4/16/2007 4:46:05 PM


1 Replies
376 Views

(page loaded in 0.044 seconds)

Similiar Articles:
















7/18/2012 12:40:02 AM


Reply: