Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Nelz
  • Content: Threads
  • Order by date
  1. Nelz

    Make Table Query with VARIABLE name from drop down

    I have a query that creates a list of e-mails on the fly from current data. The user uses a form with a drop down selector to run the make table query, and the query uses the critera from the drop down list as type of customer to generate the lists. The problem is...since it is a make table...
  2. Nelz

    Combo Box column problem

    I have a combo box that displays peoples names, as well as their ID numbers. When the user selects a person from the list (only their names are displayed) I want to have their name entered in the [OrderPerson] field of the order, and their number entered in the [OrderPersonID] field...
  3. Nelz

    Variable within a variable in a query!!!

    I have a query that I want to use to append a table. I have 10 sets of fields that can be updated, and I want to use the same form to update ANY of the 10 sets of fields. The field names are the same except for the number.....for example...there is a fild in the table called Opt8Choices...
  4. Nelz

    Fraction of a dollar shows zero balance incorrectly!! Clng problem?

    I have a complex database that in one area calculates an order and figures the sales tax if applicable. In this case the 7.75% tax is calculated, and a total is shown. Apparently the customer paid the total, and there is shown a zero balance, but they are still showing up on a recievables...
  5. Nelz

    Open form and display specific records on button click

    Can you select one field from multiple fields in a drop down list...and match that to a text field where you type in a value? I'd like to do this search from a separate search form on a button click. I tried this but it doesnt work: Private Sub Command67_Click() On Error GoTo...
  6. Nelz

    Use combo box and text box for Link criterea in search form

    I'd like to use a combo box on a search form to list about 5 fields from a different form (Orders)...so we can match any of the fields from the combo box to the value typed into the text field...thus opening the Orders form to the correct records based on the link criterea. That way the user...
  7. Nelz

    Loop through hundreds of variables continuously?

    I have a table that's basically a spreadsheet of a year's worth of stock closing prices on 100 stocks. I have a macro that runs a series of about 11 querys to compare any two symblos to each other, each one performing a different computation on the data produced from the previous one. What I...
  8. Nelz

    Use a Query to generate a list of variables to plug into another query

    I have a table that's basically a spreadsheet of a year's worth of stock closing prices on 100 stocks. I have a macro that runs a series of about 11 querys to compare any two symblos to each other. What I need to figure out is if there is a way to query the master table to create a list of all...
  9. Nelz

    Help!!! Compact and Repairing like crazy

    I have a pretty sophisticated database in place where its on a central server and accessed by about 6 people at once all day long..taking orders, entering payments, printing packing slips...etc. Its been in use a few months, and all of a sudden now it keeps running compact and repair on its...
  10. Nelz

    Help Converting UPPERCASE to Proper Case in Table???

    I read a couple of posts about this but I still can't figure out how to do it. I'm a bit of a novice but I follow instructions very well!!! X-) I have a contacts table with firstname lastname address and city and all 73,000 records are upper case. I want to permanently change them all to...
  11. Nelz

    <b>Make New Recordset based on a Query when you hit a button?</b>?

    I have a form with contacts and a subform with calls and notes. I want to make a button that prompts for a keyword(more if possible) from the notes field on the subform and then opens those records. I made a query (keyquery) that brings up the prompt, and finds the correct records. What I want...
  12. Nelz

    A FORM to FIND RECORDS CONTAINING KEY WORDS IN A NOTES FIELD??

    I have a contact form with several tabbed subforms. On the Calls tab there is a form with a "notes" field. I'm trying to make a popup search form that will return all the customers with certain "keywords" in the notes field on their call info tab. The notes field is NOT in...
  13. Nelz

    MS Calendar V.8 Active X not defaulting to todays date?

    Anyone else ever had this problem. All the settings seem to be correct, but the date shown when you open the calendar form remains at the date I built the form. Really bizarre... Otherwise this date picker form works great. Anyone have any ideas? This is the ActiveX calendar object that comes...
  14. Nelz

    Search for a Record Problem

    I'm trying to make a mini search form that opens my main form, Orders. I made a simple text box to enter the order ID . The problem is that the Orders Form expects to be opened from another source, so it is looking for the parameter CustomerID. I'm using this code on the button. Private Sub...
  15. Nelz

    My code Can't find a Table I KNOW is There!! Help?

    Im using this code to update a bunch of records on multiple tables. They're all visible on open forms and sub forms. The last one in the statement - "EmbroideryDetails" was originally on a tab - and the code broke saying "Can't find the Form EmbroideryDetails" . I tried just...
  16. Nelz

    Tough problem creating new multiple records, and setting values

    The following code creates a new order, and a new order detail at the same time, which is what I was trying to do. The only problem is I want to set the value of OrderID in the newly created Order detail record, to the OrderID of the new order that was just created. Where I have !OrderID =...
  17. Nelz

    Create a "New Order" that copies an existing order

    I have multiple forms, and tables that when linked together make what the customer calls an "order" If a client places a re-order of something they ordered in the past, I would like to locate the order using the entry form (no problem) and use a re-order button to duplicate it, with...
  18. Nelz

    Adding a different image to each record on a form

    I got this code from this site which I got to work. The only problem is that if no image exists that corresponds to the naming in the code...it throws an error. Anyone have any ideas on what I need to add to default it to a default image???? HELP!!! Thanks! Here's the code: It uses the orderID...

Part and Inventory Search

Back
Top