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 Rhinorhino 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: blln
  • Content: Threads
  • Order by date
  1. blln

    code does not advance to the next line

    I have a problem with a module I wrote. At a specified set time, the code was supposed to print 2 differet reports. Sometimes one of the report doesn't have any data so it is suppose to skip that report and just print the other report (I set Cancel = true in the NoData event for both of those...
  2. blln

    I have a parameter query asking the

    I have a parameter query asking the user to enter an Invoice Number. My parameter query is as follow: Field: InvoiceNum Table: Invoices Criteria: In (select top 1 [InvoiceNum] from Invoices where [AccountNum]=[Customers].[AccountNum] and [InvoiceNum]<[Enter Invoice Number] order...
  3. blln

    create new record in tables automatically when button is pressed

    I’m trying to create a database that will automatically bill each customer on a monthly basis for services provided by our company. I have 3 tables: The CUSTOMERS table with Customer ID (primary key), Name, Address, Telephone, etc.; the INVOICES table with Invoice Number (primary key)...

Part and Inventory Search

Back
Top