Search results

  1. M

    Query (Parameter? Criteria?)

    I have a database and I would like my (Time-Based Template) query to do something specific. In a form (Data Entry Form), there are 3 checkboxes entitled Service, RMA, and Factory. I want my query to be able to ask the user to type in either "Service", "RMA", or "All". If "Service" was typed...
  2. M

    Form with vb coding - link to access 2003 db attached

    Hi, I'm creating a database for a company and I've been trying for a while to figure out how to get my form to work. Here's the deal....I have very little vb experience and using what little I have, I have run into a problem. I have a form where I am attempting to match a series of 16...
  3. M

    Search records within date range

    Online a found a sample code to search for records between 2 dates and I was wondering if you could tell me how to make it include the two dates and not just the one in between the entered dates. The code is: Between "#" & [Enter Start Date] & "#" And "#" & [Enter End Date] & "#" Thanks...
  4. M

    VB Code - Company Records

    Hi....I'm making a database for a company that needs one and through form design I have created 2 option buttons (the user can choose either one or the other) as well as a set of 20 check boxes (list of parts) that I'm having some issues with. I have the 2 option buttons set up and 14 of the...
  5. M

    Question about my recipe database

    Hi, I'm trying to put my quantity of ingredient, ingredients, and comments on a report. Also, how do I make it so I don't have repeating entries in my report (it seems that for every ingredient in the recipe, the report is making a separate entry of the identical recipe)? I'm trying to make it...
Back
Top Bottom