Search results

  1. J

    Using list box to disply related fields

    In a form I have a List Box from a query named Countries and the fields from the query also. I would like to be able to double click on a country’s name in the List Box and have the related fields appear for that record. Can anyone help me with the VBA for this. Thanks Joanne
  2. J

    Asending order problem on report

    I made a query with several columns. The first is named sate. It has [Enter state:] in the critera box and sorted in ascending order. The sencond column has city which is sorted in ascending order. The third column is phone number which is sorted in ascending order. When I create a report...
  3. J

    Trying to make preview cmd on form

    Option Compare Database Private Function PreviewQuery() 'Open the selected query in the Print Preview window DoCmd.OpenQuery [QueryList Control], acViewPreview End Function Private Function DisplayQuery() 'Open the selected query in Datasheet View DoCmd.OpenQuery [QueryList...
  4. J

    How many text boxes allowd in a form

    I am trying to make a form with a lot of text boxes. I was using 8 tab controls with several text boxes on each. When I went into preview mode the form was blank. While in design view the tab form when I got to tab 6 and when I slected any text box to move it the text box on tab 5 would move...
Back
Top Bottom