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 bkrike 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: Nialler
  • Content: Threads
  • Order by date
  1. Nialler

    Reporting by month

    Hey I was wondering could anyone tell me how to report by month. I have three combo boxes .One chooses the department ,one chooses the month and another chooses the year. It works fine for department but I can't work out how to get all the information for a month. My date format is comes in...
  2. Nialler

    using combo columns ina query

    Hi I'm trying to run a query which gets it criteria from the second column in a combo box but I keep getting the error. "This expression is typed in correctly or is too complex to evaluate". In the combo box I have e.g Mar in column1 and */03/* in column2.This would then hopefully...
  3. Nialler

    asking to save changes

    I am currently building a form and I have used the controlsource on the properties of the textboxes to link them to a table. My problem is now I want to put in a msgbox in the “afterupdate” to confirm if a person wants to save a change or not. If MsgBox("Save these changes?&quot...
  4. Nialler

    Checking if a Date field is empty

    Im running code behind a button which updates data from a table. However if it encounters a Null value it gives a null error and stops running. I have tried an if statement which checks if its Null first and if so doesn't run the module but it still gives a null error. I've also tried...
  5. Nialler

    Image on forms

    I am currently trying to build a database with employee details and their picture. Would anyone know how you associate a picture with a record. The image has to change for each record on the form.
  6. Nialler

    Locking Records

    I need to lock a record depending on what is in one of its own fields. I have written a module which locks the form rather then the record but it won't work with the find button or get last button. Any suggestions on away of doing this.

Part and Inventory Search

Back
Top