Search results

  1. B

    Arrow keys to next / previous record

    I found this and understand the code, but where do I add it to my form. Also, how do I set the form so that when the user is on the last record in the form, the down arrow will scroll the user to the first record?
  2. B

    Displaying two fields in a combo box

    I have Column Count of 1 and a Column width of 1.7396". Do I need to make the column count 2?
  3. B

    Displaying two fields in a combo box

    I am trying to display two fields from a table in one drop down list on a report. I am getting the first field, but not the second. I created a query and copied it into the Row Source field in the properties box. Here is my SQL statement: SELECT DISTINCT tbl_SupplierPricing.SupplierCode...
Back
Top Bottom