Search results

  1. W

    Application with frame-like function

    Can anyone help with how to create an HTML frame-like function? Basically two rows, menu buttons remain on the first row, second row would have the menu items and information window. Function would be: 1. Click on a menu button at the top (frame 1) 2. Selection options populates menu items...
  2. W

    Problem - Duplicate Form and subform record

    Could someone help me figure out what's wrong with the follow code? The debug highlights the following as the problem: "Complie Error: User-defined type not defined" and then highlights the following: Dim dbs As Database Any suggestions would be greatly appreciated. Below is the code: Private...
  3. W

    Form to Data Access Page problem

    It appears that I can only convert Forms that I created using the Form Wizard as a Data Access Page, if I try to save a form that I created from scratch in Design View and save to a DAP it always comes back with an error that it access can't open the page because it is an invalid HTML format...
  4. W

    Subform lookup not working

    could someone help with this problem I'm having with a promotional planning form. Promoplanning (main form) and promoplanning detail (subform). Three linked fields PromoID, PrincipalCode, CustomerCode. The subform has an Item field that is a dropdown. Problem is that I'd like the dropdown to...
  5. W

    Help with access2002 bible macro example

    I'm tryin got create a print reports macro group according to the example in the access 2002 bible book and keep getting errors. It says to type [Select Customer].Visible in the Action Arguments pane but when I do that, it automatically puts [] on either side of the word Visible. Don't know if...
  6. W

    Trying to duplicate record with subform

    Could someone please help with a copy record issue i'm having. I have a Form with 1 subform. Main Form: Promotion information Subform: Promotion detail (items included in promotion) I put a duplicate record button on the main form because most of the times the same items are used in...
  7. W

    I think i've got too many queries

    My database is now up to 37MB and I think i'm creating unnecessary queries (174 total and climbing) for what i'm trying to do. I've got 21 different manufacturers that I wanted to show their data relating to their claims and other spending. Got one main query/form to enter claims information...
Back
Top Bottom