Autofill text based on mouseclicks

S

SGT Ladley

I'm trying to create a form which fills in text in a single field. For
instance, the top of the form will have multiple check boxes and list boxes
to choose from. Each check box or list box will need to send a time stamp
and a text string along with a carriage return to a large field on the same
form. The large field, we'll call it "Significant Events", will be a running
log of options chosen during a transaction similar to listing a drive-thru
order at the local fast food restaurant. I know how to push the date and
time stamps. What I'm stuck on is how to send the text strings on the
AfterUpdate event. Can someone help?
 
Top