I have inherited a table that includes a text field called "UTC #"
Currently, for data for this field is manually entered in this format: Four digit year + an ascending three-digit consecutive number.
Example: 2002-159; 2002-160; 2002-161
First, I don't know if it is possible...
Sorry for being so dense, but I'm still not sure I'm understanding this code.
for "strField" ----- I want this search to work on ANY text field on my form ..... if the cursor is in a field, I want the search to be perfomed on that field. I think what you're telling me is that I need...
Sorry for being so dense, but I'm still not sure I'm understanding this code.
for "txtFieldOnForm" ----- I want this search to work on ANY text field on my form ..... if the cursor is in a field, I want the search to be perfomed on that field. I think what you're telling me is that I...
I added the code you sent, but got a compile error. The first place Access stopped was at "txtFieldOnForm"
Any suggestions?
Here's what my code looks like now:
******************************************************
Private Sub Find_Record_With_Date_Range_Click()
On Error GoTo...
OK, my knowledge of VBA is EXTREMELY limited, and I need help, please. I have an existing database form where a command button already exists that searches for data on any given field. Here's the "event procedure" text that shows up for the "on click" properties (I didn't...
I need to export data to an MS Word mail merge format. I'm assuming I need a make table query; the data from which I will then export. Because of the nature of the data entry (sometimes one record entered in a day, sometimes more), this needs to be done one entry at a time.
I can create a...
I have a number of macros that run make-table queries and then display a report basedon those tables.
After the first step, which opens a query, Access prompts me that the existing table will be over-written, do I want to proceed.
How to I incorporate a step to answer "YES" to this...
Help!! I'm having trouble with a created field in a make-table query that is creating the wrong data type! The statement in the query is: Pick-Up: IIf([ES]<[Forms]![Form1]![Text0],IIf([CAL]<>97,IIf([CAL]<>52,"1",""),""),"")
So, the query looks for a...
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.