Search results

  1. I

    Generating reports based on values

    Hi, I am trying to generate a set of reports, which show the payments made to a particular payee, and the VAT paid. Each payment has a particular description, and the table has a category for each type. Eg. Phone bill, sub contractor, misc. Then a general gross payment and VAT. I want to print...
  2. I

    Master form with combobox selection

    Thanks for the help. I realised the error I had made. I misunderstood what you were showing me to do. Thanks for the help. Very much appreciated!
  3. I

    Master form with combobox selection

    I have done the method as above, and there is a compiler error stating that .LstForms is not found to be a method. I think this may be because the the method is created by a wizard with the same arguments. Should I just go into the event procedure menu and insert the RowSource method you posted?
  4. I

    Master form with combobox selection

    Thanks for the reply. So the table refers to the forms I wish to open and the listbox allows the user to double click and open their form of choice? If so that is just as good. But will the listbox method allow me to separate table options? For instance, report forms, adding record forms and...
  5. I

    Master form with combobox selection

    Hi, I am relatively new to Access. I have created a master form or main menu, from which I want to go to all other forms from. I want to do this by having a combobox rather than 5 or 6 buttons if possible. The user will select their form choice and press a navigation button to access that...
Back
Top Bottom