Hi there,
Can I somehow create or write code so I can have one command on two different events? I've got a really, really long list of commands that I want to execute both on an after-update event and when the entire form loads... anyone?
Thank you,
Rienk
Hi all,
I've got this unbound textfield where I concatenate the following:
=IIf([vector_map]<>"" Or [sequence_info]<>"",""+Chr(13)+Chr(10) & "Related files:","") & IIf([vector_map]<>"",""+Chr(13)+Chr(10) & "Vector map...
Okay, let's see.
I've got a report with a unbound textfield. In it I coded something like this... (example)
="stored: " & [textbox1] & " - " & [linkedcombobox1] & " - " & [linkedcombobox2]
You see, it should say something like this:
stored: 3 boxes - room 8 -...
Hi,
I've got a combo box that is supposed to update the layout of my form, depending on what a user selects. So a number of textboxes will be disabled or something like that. These are some of the possible sollutions I'm thinking of:
1) disable/enable certain textfields and somehow changing...
Using: Microsoft Access 2002 on Windows XP.
I've been working on two combo-boxes following this faq:
http://www.tek-tips.com/faqs.cfm?spid=702&sfid=681
I've got two combo-boxes (stored and shelve, resp.) in a table/form called materials. Whenever I update the stored combo-box I want the shelve...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.