Search results

  1. P

    Report Error help

    Trying to create a report based on data from two tables. When I go through the wizard and click finish the following error message appears: “The wizard is unable to preview your report, possibly because another user has a source table open in exclusive mode. Your report will open in design...
  2. P

    VBA Drop Down Box Activation

    All Sorted Ignore the last post all sorted thank you very much for you help FO FA. Kind Regards Peter :) :) :)
  3. P

    VBA Drop Down Box Activation

    Me Again Sorry Had ago and reached another problem. The VB code below is what is behind the three command buttons which when I click either of them they hide the fields: Private Sub Command14_Click() Me.Business1.Enabled = False Me.Business2.Enabled = False End Sub Private Sub...
  4. P

    VBA Drop Down Box Activation

    A Little Help Please FO FA thanks for your help but I am still a little stuck. I think I understand that the code you gave me (DOCMD.RUNMACRO "macroname") will run a macro when you click on an entry but how do I check for the selected value and run the proper macro. Sorry if this is a simple...
  5. P

    VBA Drop Down Box Activation

    I have a customer form. On it I have got a drop down box with the following choices in it: Private, Business, Caravan. I have VB code that blanks out none private fields on the customer form, VB code that blanks out none business fields on the customer form and VB code that blanks out none...
  6. P

    Hiding fields

    Thank You Cheers Trucktime much appreciated for your help. Kind Regards Peter :) :)
  7. P

    Hiding fields

    Hi can you help. I am developing an access database for an alarm installation company. The database will consist of five tables (stock, supplier, customer, stocksupplier) all with forms. The customer table holds data for three customer types business, private, caravan. Each customer type...
Back
Top Bottom