Search results

  1. L

    search form errors out

    Hi all, I have a form that the user can use to sort records on another form. Using other examples found on here I made Coding to do so. From what I can see it should work, however when I run it I get the following message: Run-Time error '3075: Extra > in query expression '([Shift] =...
  2. L

    Sorting records on a form with another form

    Hello, I'm looking to make a form that will allow me to sort records in another form. I want to be able to limit the records viewed by a date range that the user can choose, as well as by area and team (fields on the main form), hit a "go" button, and the main form to open up with the user...
  3. L

    Change Record source of a combo box on a form based on another combo box

    I have a form that currently uses a "catch all" table for listing available equipment to choose from for an equipment field. I call it tblEquipment. What I want to do is to make it so when I type a name in (1 of 35) in one field of the current record, the record source for the equipment field...
Top Bottom