Hi All
I have a report with some fields coming from a query, I want to put an Unbound text box which will count for me how many records in this report when I Run it.
Thanks for your Help
I have many fields in one form (Client1.. Client6) so what I want is when I put a number in this Text box it will search in all this 6 fields and show the form data depending in this search.
Note: all the data in these 6 fields is Unique
Please help me
Thanks
First. Thanks for you help.
I’m trying to change the RecordSource depending on Unbound filed and my code is like this:
Private Sub awb2_AfterUpdate()
Dim strNewRecord As String
strNewRecord = "SELECT * FROM Employees " _
& " WHERE AWB = '" _
& Me!awb2.Value & "'"...
Just I want to know how can I view my form like a full screen and all access toolbars will not appear. I used maximize macro but the toolbars and the title bar still there.
Thank you very mush for your help
Liza
I have many fields in my table main and it’s:
AWB number
Cust_name text
Mobile text
Cite text
------------------------------------------
Cust_address text
Status text
So what I want is when I enter an AWB number and press enter all the matching data in the field must appear. And...
I have many fields in my table main and it’s:
AWB number
Cust_name text
Mobile text
Cite text
------------------------------------------
Cust_address text
Status text
So when I enter the AWB number all the data in other fields must appear for this particular AWB. And the user...