I have a subform that displays results based on selections from cascading boxes on the form. I am trying to print them to a report. I think my procedure is correct for the print button and Im afraid my problem is that the form is not based on a seperate query. Is that they only way to be able to...
Here is the form I am talking about. Need help with Form3. Is it possible to type a few characters into the textbox next to Memo on the form and have the matched results returned to the sub form at the bottom? Please, really need help with this.
I have a form based on a table called checkwriter. Right now it is comprised of multiple dropdowns that work great but now I need a textbox where the user can type in a few characters and have the form display the results which match the first few characters from the field "memo" from the...