Search results

  1. J

    Consolidate data into new record format

    Thanks Thank you both for your reply. Jon, the query you sent works perfectly. Thanks much! :)
  2. J

    Consolidate data into new record format

    I have data in a table that currently looks like what is in blue. I would like to create a new table with the data looking like what is in red. Any help is greatly appreciated. INFO____________DESCRIPTION____________GROUPING Smith...
  3. J

    Show combo box if check box checked

    Thanks again...that is working great. Obviously, I am a novice at this. Happy Holidays!
  4. J

    Show combo box if check box checked

    Thanks pbaldy! This is working great. Can you help me figure out how to set the value of the combo box to null if the check box is unchecked? The functionality I am looking for will allow the user to enter a value in the combo box if the check box is marked, but if the check box is unchecked...
  5. J

    Show combo box if check box checked

    I have a combo box that I would like to have hidden or visible based on the value of a check box. For example, The check box would prompt the user - "Do you want to override default?" If checked, combo1 box would appear and allow data entry. If the box is unchecked, the combo1 box would...
  6. J

    Data entry on Form and calculations made on that data

    Thanks Stef, Works great!
  7. J

    Data entry on Form and calculations made on that data

    I am trying to create a form where the user enters basic data and then the form performs a series of calculations based on the initial data entry. An example would be best: User would enter the following information which would vary from record to record(in red): PatientID: 123456...
Back
Top Bottom