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

    Preventing a record save when the record exists.

    Can someone recommend some code that would prevent saving a record or file when the record or file already exists? Thanks in advance.
  2. KenGoonan

    Calculating event dates and times in hrs and min.

    I hoping someone can suggest some VBA code to do the following calculations. I want to calculate in hour and minutes the total time of an event that may be less than one day, equal to one day, or more than one or two days long. On a subform Users enter a [StartDate] in one field and...
  3. KenGoonan

    Making a record from a subform the current record on a main form.

    I have a simple search screen that opens with a subform with client records rows based on a query. Users can type in Client ID or Last Name into unbound text boxes and click a search button which run a macro to select/filter out the specific client record row. I want to click or double click on...
  4. KenGoonan

    Go to last record in subform based on main form selection.

    I have a simple access db, one main form with basic client demographic data. The main form has 4 subforms that contain multiple records of different client events. I would like to have the subforms default to the last record so as to make the information on the client selected be the most...
  5. KenGoonan

    Multiple Data Sets Repeating in a Report.

    I have a report that is based on a select query. When I preview this report it produces multiple pages of the query results. In order to print it you have to use File|Print and select page 1 to page 1 or you get 9 pages. In all the form's text box controls where the data values come from this...
  6. KenGoonan

    DateAdd function problem.

    I have an Access database that tracks resident population counts on a daily basis. I have a query problem with the DateAdd function where it won't count Saturday. It counts the population every day of the week fine except Saturday. Saturday is blank. There is a Entry Date and an Exit Date and I...

Part and Inventory Search

Back
Top