Search results

  1. C

    Form Query!

    What I would like to do is the following: I have a number of buttons on a form set out in an order in which the user has to press them. Once the user has gone onto Stage 2 I would like Stage 1 to disappear. I can do this by attaching a macro (i.e...
  2. C

    Go To Record

    I have setup the following in an access database (attached): When you open the database a form opens automatically with a button on it, Click the button and it runs a module which makes it go to the first record of the table. I'm OK so far!!! What I would like to do next is force the focus...
  3. C

    RunApp Function

    Is there anyway to automatically jump to Windows Explorer from Microsoft Access using a macro? I have tried using the RunApp function with "C:\Documents and Settings\CarlySimpson\Desktop\Windows Explorer.lnk" in the Command Line, but it didn't work. Is there anything different that I should be...
  4. C

    Queries, Forms & Textboxes

    I want the query to run when the textbox is empty - (ie run for all branches - not a specific branch). It shouldn't be coming back with no data.
  5. C

    Queries, Forms & Textboxes

    I have set up a query which creates a table showing which products have been bought for the whole company between 2 date periods. What I would like to do is have to option to sometimes only run it for 1 branch rather than the whole company, I have tried creating a textbox & then referencing it...
  6. C

    Getting Data from 2 Tables

    :confused: I currently have 2 tables in a query containing the sames columns but different data. What I need to do is create a table containing all the data from both tables (i.e. all the ones that match, all the ones from the left table that don't match in the right & vice versa) Is there...
Back
Top Bottom