Recent content by monks89

  1. M

    Query (Parameter? Criteria?)

    Got it....created a form to allow switching between the 3....Thanks for your help.
  2. M

    Query (Parameter? Criteria?)

    I'll see if I can figure this out....thanks for your help so far.
  3. M

    Query (Parameter? Criteria?)

    Thanks for the quick reply, but how would I go about doing that? I'm sorta new at this. I found an article.....would this be what you're talking about? Thanks
  4. 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...
  5. M

    Form with vb coding - link to access 2003 db attached

    Thanks, that worked.
  6. M

    Form with vb coding - link to access 2003 db attached

    That sounds promising.....will try that probably tomorrow...will let you guys know if it works. thanks
  7. 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...
  8. M

    Search records within date range

    I figured it out, Thanks.
  9. 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...
  10. M

    VB Code - Company Records

    Nevermind, I figured it out.....thanks for your help.
  11. M

    VB Code - Company Records

    I've been trying to figure this out for about an hour.....is it possible to make it so that if either the dealer or end user option button is not selected when the form closes that the user is made aware before it actually closes. In other words, if either dealer or end user is selected then it...
  12. M

    VB Code - Company Records

    I edited my post to include the 2003 version, thanks. Also, I believe your comment may have fixed it.
  13. 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...
  14. M

    Question about my recipe database

    Got it......thanks for everything.
  15. M

    Question about my recipe database

    Ok....I've attached 5. Thanks
Back
Top Bottom