Search results

  1. V

    Linking two tabs together

    Hi Guys, really appreciate the help you all provide in your spare time. Very simple question I just cant seem to figure out. I am trying to link two tabs together. One tab contains a clients details, this is within a form named BasicDetails. I am trying to link it to the form within another...
  2. V

    Next record with a blank status

    Hi guys, I am reposting a question i asked in the form section of the forums as i believe this question is best solved within the next record macro. The database we are currently using just cycles through all the records in the client information table, which gets its data from an excel...
  3. V

    Adding a filter to the next record button

    Hello, I am currently trying to figure out how to add a filter to a next record button(using the default access2007 wizard button), the filter will look at the "status" field and not show those records that match "status 1" and "status 2" Looking forward to getting this running, cheers!
  4. V

    Searching by name is VERY slow

    Hi guys having a problem with our current database, we are using the query: SELECT [Client Name] FROM [basic details] WHERE [Client Name] like '*william*' UNION ALL SELECT [Partners Name] FROM [basic details] WHERE [Partners Name] like '*william*'; We use this to search for clients in our...
  5. V

    What would i need to add to show the records from the next month aswell

    Hi guys, been browsing your forums for a long time, first time iv come across something i cant find that i need help with. Basicly we run a report within our access database that shows the clients name and date of distrubution, currently it shows the data from the current month, I have been...
Back
Top Bottom