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 Shaun E 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: Varga
  • Content: Threads
  • Order by date
  1. Varga

    Visual Basic - Compass Gauge... how can I?

    Hello, I'm trying to make a VB form that has a compass display on it. I want to display the reading from a digital compass sensor on a form and I am using Visual Basic 6.0. I can't find any built-in compass gauges, except for expensive downloads in Aviation packs, and wondered how I could do...
  2. Varga

    I Exit Access2K, MSACCESS.EXE keeps reading SYSTEM.MDW every 5 seconds

    Hi, I'm having problems with Access 2000 on an XP Pro computer. The MSACCESS.EXE process hangs-up, when I exit Access. (I’ve looked everywhere for an answer. The standard answer is that some recordset in my VB code is not closed or the ‘Set RecSet = Nothing’ is missing. This is not the...
  3. Varga

    XP Desktop Manager Powertoy (Excel/Access) Problem

    Hi, I'm using Windows XP and I just started using the "Desktop Manager" powertoy toolbar function. The one Microsoft recommends (and publishes) but does not support. (I can't find out who supports it.) If I have the ‘Shared Desktops’ setting turned on, then this problem does not occur. I only...
  4. Varga

    Combine/Batch Reports to Preview/E-mail

    I have an Access2000 database where the user can choose to run multiple reports at once. When the user clicks "Run", I use a "For Each" statement to print a report for each record selected in a multiselect listbox on the users form. One problem I had was that the same report...
  5. Varga

    Search every table for a value?

    Hello, How can I create a recordset that will search every table in my database for a specific value? Not all the tables contain the field [Customer]. E.g. Dim sSQL As String sSQL = "SELECT *.[Customer], *.[User] FROM * " & _ "WHERE (*.[Customer] =...
  6. Varga

    Creating an Error Log?

    Hello, I have created a database and I want to deal with any problems that may occur once it's up and running. I want to add Error handling code to my database that creates a new record in the 'Error' table, each time there is an error, and stores information about the type of eror that occured...
  7. Varga

    Select a Printer to Run Multiple Reports?

    Hello, Ok, here is the situation. I have a database, which loads contracts, and payments, then produces a report for each contract. I have a multi-select listbox that lists each contract in the main table. The user clicks to select the desired contracts, in the listbox, then clicks a button to...
  8. Varga

    "Enter Parameter Value" of Link Master Field?

    Hello, I have a form that is based on one table and a subform based on a second table. The main form displays one record from the 'Customer' table, and the subform displays all the related records from the 'Payment' table. The 'Link Master Fields' is [Contract Number] and the 'Link Child Fields'...
  9. Varga

    Controlling Subform fields, from the main forms code?

    Hello, I have a form that is based on one table and a subform based on a second table. The main form displays one record from the first table, and the subform displays all the related records from the second table. I want to pass a value from the main form, to each record on the subform. I can’t...
  10. Varga

    Create new table IF "Variable" Not In List "TBLNames"

    Hello, I have created a variable that records the names of all the tables in my database. (i.e. TBLNMLST) I also have a Variable that is unique to each user. (i.e. USRID) I want to check the USRID variable against the TBLNMLST variable to see if there is an existing table in the database, with...
  11. Varga

    How do I base a forms' recordset on the values of a listbox?

    How do I base a continuous forms' recordset on the miltiselect column(0) values of a (.rowsource query) listbox? I Have a list box that fills in with contract numbers in the first column, and details about each contract in the following columns. I want the user to be able to "Multi...

Part and Inventory Search

Back
Top