Search results

  1. L

    Count problem in a Report

    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
  2. L

    Search in Many Fields at once

    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
  3. L

    RecordSource Problem

    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 & "'"...
  4. L

    Form Issue

    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
  5. L

    Dlookup Problem 2 time

    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...
  6. L

    Dlookup Problems

    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...
Back
Top Bottom