Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: maria28gr
  • Content: Threads
  • Order by date
  1. maria28gr

    CHANGE THE POSITION OF FIND DIALOG BOX

    HI! I have a Find button in a form created using the wizard. Is it possible the dialog box that appears when pressing the Find button to be in a specific position in the form? How can i change the position of the dialog box. Thanks in advance
  2. maria28gr

    BUTTON THAT FINDS THE MAX VALUE IN A TABLE

    Please help me! I want to have a button in a form that when i click it , it finds the max value of a Table field and appears only a message saying that: the Max value is... Thanks
  3. maria28gr

    When Start and End date is empty no values are returned

    Through ??_Control FORM I give values to ????????????? , hmer_voith and hmer2_voith. If I don’t type any values to hmer_voith and hmer2_voith I take no results at all. hmer_voith and hmer2 are DATE fields. In VBA I have the following code for these fields: If IsNull(Me!hmer_apo) Then...
  4. maria28gr

    read-only access in a table

    How can I make all the tables of the database (Access 2000) read-only?
  5. maria28gr

    DLOOKUP

    I use DLOOKUP to check the dates in a table. I use the following: ch = DLookup("dateholid", "tblholid", "dateholid=#" & newdate & "#") Some dates doesn't seem to work, i.e. when I check the dates 06/02/2001, 08/02/2001 11/05/2001, 12/05/2001 and...
  6. maria28gr

    Autonumber Primary Key - validation error!

    Hello to everyone, The primary key (aa) in a table is autonumber (long integer). I checked the data in it some days ago and everything seemed to be ok, similar to the following: aa name ... ... ... ... 1494 John ... 1495 Helen ... 1496 Eric ... 1497 Nick ... 1498 Mary ... ...
  7. maria28gr

    exporting a report in .rtf - missing data

    My report retrieves data from a query that shows questions and answers. The report has among others, 2 text files (for the question and the answer) with properties can grow =yes and can shrink =yes. When I preview the report, the data in the text boxes are ok. The problem is when I export the...

Part and Inventory Search

Back
Top