I am having a similar problem. What was your modified solution, can you please head me in the right direction?
I have a text box that I have set up with an IIF to display different text on my last page, and then a report footer that I only want to see under certain conditions. As with your...
I have some combo boxes with several "L" listings, but when I type L I only go to the first one, eg entering Le does not take me to the Le listings, but rather to the first L and then to the first E entry (if there is one) Is there a way I can set it up so that this does what I would like it to?
I have the following code on a subform, have tried putting it to different events, but can only get it to run the way I really want (not allowing you out of the begdate field until it's okay) unless I have it on the exit event. However, when I close the main form this code runs again (no matter...
How can I have a report header (With calculated fields so can't make it page header or part of detail) print on every page instead of just the first one?
I am trying to return to a form/subform with a combo box and would like this combo to be selected using the id# of the record on the form I'm leaving as criteria.
I had something similar, set up the query for the second combo with [forms]![yourform]![lastname] as the criteria for the lastname here, getting all the first names that go with that last name.
then in afterupdate for the first combo have code like this:
dim strmess as string
me!cbo2.requery...
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.