Search results

  1. S

    Getting Error

    I have a database that has several forms (for entering and looking up customer and quotes) and one form is a utilities form. In it I have a VB code and one of them is DoCmd.ShowToolbar "mnuForm_FileEditWinHelp", acToolbarNo When I go to click on my Products button I am receiving this error...
  2. S

    Changing a Quote Form into an Invoice Form

    I created a database that includes my tables for Customer, Quote, Quote Detail, Product, Rep, and States and forms for looks up of customer, products, etc. Ive included a Form for Quote and its Quote detail (which is the subform). Where I am getting stuck at is: say the client decides to...
  3. S

    Linking one field in one table to another table

    I have created 3 tables. 1 with Customer Information, 1 with my RFQ Items (Qty, description, Price and notes), and 1 with RFQ info such as Quote #, Date Quoted , Date Received. I need to link the Quote # to the RFQ Items table. How do I do this?
  4. S

    Entering Long Running Text in Reports

    I am creating a report which will be my Quote/Invoice that will be sent to my customer. I need to be able to enter description information on a product but this will always vary in size and there will be several products sometimes on one quote. HOw can I set up my report that whether...
  5. S

    Multi-Users

    I am creating a database which will have Multiple concurrent (simultaneous) users (up to 10 people). I have never done this before but I have read there is a Front end and a Back End. Is this something I need to do at the beginning of me building the database or can I do at the end? AND How do...
  6. S

    Query Calculations Not Showing up in Table

    I ran a query to have my calculations for my fields Qty and Price. My query field is Subtotal. It worked but how do I get those calculated fields in my table?
  7. S

    Need Advice

    Ok, so I am building a database for our RFQs (requests for quotations). In this database Ive created table which includes RFQ#, date quote received, date quoted, Customer name, customer company, customer phone and fax and email, qty, description price, and total. From this, I want to create...
  8. S

    Multiple AutoNumbers?

    I am a somewhat intermediate user of Access (I currently work with 2007). I have created a database for our RFQs (requests for proposals). In the database, I have RFQColumn Autonumbered (this column is to number our RFQs incrementally and sequentially). In going over the project with my boss...
  9. S

    Hello

    Hello everyone. I am new to the forum and a some what inermediate user of Acces. I am from Texas in the U.S. I hope all is well with everyone and have a great day! Sylvia
Top Bottom