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: jeff1
  • Order by date
  1. jeff1

    successful import message

    Thanks alot. This works great. The data imported is actually individual receipts downloaded from the web. Thanks again fro your help
  2. jeff1

    successful import message

    I have a button that initiates the import of a spreadsheet into an existing table. I would like to let the user know that the import was successful with a message box of somthing equivelant. Below is part of the code that I am using to import the spreadsheet. On Error GoTo ErrCommonDialog If...
  3. jeff1

    Open report problem

    I have a button on a "Pop Up" form that opens a report. I am having trouble opening the report so that it is not behind the Popup form. I prefer the form to remain a "Pop up" I would like to have the form regain focus after the report is closed. I know I have done this...
  4. jeff1

    Auto numbering

    I know that there are many threads concerning this same question, I'v read many many many of them w/ no resolution. I have a table that has a field that I need to increase by one number based on the max number in the table. After each update(new record added) to the table I would like a way to...
  5. jeff1

    Como box help

    Thanks to everyone. I was missing the code to ReQuery after updating the first Combo box. Thanks again.
  6. jeff1

    Como box help

    I need to have a combo box that will display a list that is based on what the user selects in a previous field on the form. I have the list in a table. For example if the user selects an R in the previous field, the next combo box will be accupied with only records that the RV_class in the...
  7. jeff1

    Command Button to insert a object?

    I would like to have a command button to initiate the process of inserting an object. The form has a field that when you right click and choose "insert object" that works just fine, but all users do not know to do this. A button would be much better. Thank you in advance for your help
  8. jeff1

    Import data from a .xls file

    I need to import data from a .xls file (only the rows that contain data) and append the data to a table. I also need to give the user the ability to browse and select the file to import the data from. Thanks to everyone for your help.
  9. jeff1

    update query

    Can I run an update query upon update on a form that runs in the background. I have the query running but importantly I do not want the query to ask if it is OK to Modify data. The user does not need to know that the query is running. Thank you in advance for your help.
  10. jeff1

    Printing a file

    I would like to say that I have little experience w/ VB script, first. OK, I need to print a file from the command line in DOS , win2K,. I call a batch file, inside the batch file I create a file using variables passed from an input box. I need to print that file and have no idea how. The...
  11. jeff1

    Run a Maro upon worksheet open.

    I need to run a macro when a worksheet is opened. I have the macro written, I just can't find the option to run it when a particular worksheet is accessed. Thank you in advance for your help
  12. jeff1

    Serial Port Help.

    I have a PC with 3 com ports, 1, 2, and 3. I have a PC controlled device that has transmit and receicve indicators. When connected to com 1 or com 3 the device works properly. When connected to com 2 the transmit indicator stays on. I checked the voltage on the pin and I am getting +11.05 VDC...
  13. jeff1

    Switchboard items

    That is exactly my question, how do I accoplish this. When I use the reference to "switchboard" I am only using it as a genaric term. My intention is to create a form and populate it in a dynamic fashion. The method to do such, I have no idea.
  14. jeff1

    Switchboard items

    I have a access dbase, within the dbase there are many many queries. Is there a method to uses that will dynamically have each query appear on a Swhitchboard. For example if a user adds a new query, some users can, I would like for that query to be added to a list of available queries on a...
  15. jeff1

    SubForm

    I have a form and subform. When data is selected from a combo box the subform data is updated to show records related, if any. The problem is that on some PC's the subform is there when you open the main form but dissapears when a selection is made from the combo box. On other machines it...
  16. jeff1

    report embeded in a form

    Is it possable to embed a report in a form. For example, I have a report that is generated from selections made on a form. I would like the report to appeear in a window on the form. Tank you for your help Jeff
  17. jeff1

    Report embeded in a form ?

    Is it possible to embed a report in a form ? I know that you can embed images and soforth. This report would be generated from selections made on the form. Thank you in advance. Jeff
  18. jeff1

    report not maximized in print preview?

    Lonnie, You are a Genius, it seems so simple, but when you don't know how its Genius. Thank you, that worked great. Jeff
  19. jeff1

    report not maximized in print preview?

    I have a report that is based on selection made in a form. After a selection is made in a combo box the report is displayed in the print preview mode. When the form is displayed it is never maximized. I would like it to be maximized when displayed initially. I can maximize the report with the...
  20. jeff1

    Quick Question: tcp/ip and profiles

    In your system properties under your hardware tab you can create a new hardware profile. Give this profile a intuitive name to prevent confusion. Select the option "always include this profile as an option when Windows starts". Restart Windows and select the new profile. Configure your...

Part and Inventory Search

Back
Top