Search results

  1. cnut1

    Help with decimals in form field.

    I have a tblParts that has data in this format 200200.0100 (these are bin numbers). I have created a form with a bound field (field name on the form is BinNo) that goes back to the tblParts. I need to be able for the user to enter on the form the Bin number as it appears above. However at the...
  2. cnut1

    Setting up form to allow decimals

    I need to have a field on my form to accept the user keying in the number in this fashion: 200200.1234 but as I currently have it set it accepts only the 200200 portion of this part number. I am a beginner so I am sure this is an easy question for some of the pros out there. As a footnote the...
  3. cnut1

    Query Assistance needed please.

    I have DB with a Switchboard that has a button for Bin Number (Part Number). It is based on a parameter query that asks you to input your Bin Number. Once you enter the Bin Number it pulls all information for that Bin Number from a table that contains the Bin Number, description, Manufacturer...
  4. cnut1

    Relationship issue? I need some assitance from the experts on this one.

    Forms used: frmAnnualService frmPostCardback Tables used: tblAnnualService tblCustomers I have a database created containing 2 tables. (tblAnnualService and tblCustomers). I have the Repair Order set as the primary key in both tables since it should never have a duplicate. I have a one to one...
  5. cnut1

    Form issue with ranges from a table. Help please?

    I have a form that is similar to a post card. The fields are linked to a master table that contains all the customer data such as dates of service, street address, PO Box, City, State and zip. What I need to do is have a method to pull into the post card form a range of dates, so the form would...
  6. cnut1

    Issue with form fields. Deadline: Can someone assist?

    I have a form that pulls data from a table. Basically the form is just a postcard. I have our company name, address, PO Box, city, state and zip in the upper left corner. My fields in the center of the postcard tie back to a table that contains the contact companies name, street address, PO Box...
  7. cnut1

    Parameter Query with date Ranges

    I am attempting to create a parameter query to show a specific range of dates of service for my customers. Example: I want to see data from my table from Jan. 1st, 2006 to Feb. 15th, 2006 for any customers serviced in that time frame. In the query I have under my Date field, I have the following...
  8. cnut1

    Combo Box

    I have a combo box that has a list of Techs that do service work. I do have the tech names in order but I noticed that if you are a keyboardist and attempt the following function it isn't working. I have three techs with names that start with "J" (Jack, Jimmy and John). If I keyboard and press...
  9. cnut1

    #Name? issues.....please advise.

    I am using Access 2000 and have the following issue I need assistance with please. I initially had no primary key set on the table and the form and all the data from the tables showed fine in my form. However, I wanted a primary key to prevent a user from accidentally typing a duplicate Repair...
  10. cnut1

    Stressing a bit...can someone advise?

    I have created a switchboard and some additional forms. I would like the frontend of the database to display my forms in a maximized view when the users opens them. Can anyone advise me how to do this? For some odd reason when I make changes to the forms (example) resizing them my clicking and...
  11. cnut1

    Deadline and I need some assistance please

    I created a form using a text boxes by using the field list icon and dragging the field I wanted to make into the text box onto the form. In the properties of that text box, under the format tab I set the format for "short date". Under the data tab in the properties of the text box I put in the...
Back
Top Bottom