Search results

  1. O

    Error in Form Code

    The following form code runs just fine in a colleague's database, but gives an error (Runtime error '3077' Syntax error (missing operator) in expression) in the application I am trying to build. Can anyone help identify the source of the problem? The line of code highlighted by the error is...
  2. O

    Multi-Tab Form Creation

    I created a multi-tab form the other day for my project that works just fine. Today, I needed to add a button to each page, and to my surprise, I only needed to add the button to the first page and all the rest had it. I figured, "why mess with success?" However, today I am trying to create...
  3. O

    Multiple Reports, One Record At A Time

    (Access 97 running on Windows 95) I am seeking to print multiple reports one record at a time. I can get the reports to print from VB code, but I can't seem to find a way to print just one record at a time. The report source table is based on an input table run through some calculations. The...
  4. O

    Query Query

    I have a query that contains nearly 200 fields. I have used naming conventions to name the fields -- most of them are as a result of performing using the result of a function against a value in the source table, the few others are just brought over from the single source table. I started...
  5. O

    Declaring Constants by a rookie

    I am real new to trying my hand at VB coding, and I'm not sure that's the answer to my dilemma. However, I think it is, so I will pose the question here. I have about 200 values I have stored in a table. These values will occasionally change, but not very often. They are dollar and effort hours...
Back
Top Bottom