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

    Report based on difference between two tables.

    I have a coin inventory DB with the following tables; tblCoins - Holds all possible coin types available for this collection ID - Autonumber - Unique ID Country - Text- Country of mint CoinType - Text- Denomination and type of coin Year - Text- Year and Mint mark Remarks -...
  2. egptech

    Print Three Forms with one Control.

    I have three reports that I print out after each piece of equipment is set up. All three reports are based on the same qry. I am just starting to learn some VBA and was wondering if there is a way to create one control that will run all three reports with the option of viewing them then...
  3. egptech

    Open a PDF file in acrobat from Hyperlink (Not in a browser window)

    I use an HTML page as a menu for PDF files on a CD. Is it possible to open the PDF files in Adobe Acrobat from a hyperlink with out having it open in a browser window? I can open it in a new window with <a href=&quot;#&quot; onclick=&quot;window.open('http://www.egp.com')&quot;>Here</a> but...
  4. egptech

    &quot;open in new window&quot;

    I use an HTML page as a menu for PDF files on a CD. I would like the PDF files to open directly in Acrobat reader when the link is clicked, rather than open in the same or new browser window. Is there a relatively easy way to accomplish this? <a href=&quot;#&quot...
  5. egptech

    Automatically enter data in form fields.

    I have a table of customer names and info. I want to be able to enter the customer's name in the name field of a form and have the address, city, zip, tel. etc. fields automaticaly filled in with the customer's info. I am suffering from severe brain fade on this one. I pretty much have...
  6. egptech

    How do I force a form to open maximized?

    I want the Switchboard to open maximized when the database is first opened. There are also other forms I would like to force to open maximized. Is there a way to do this built into Access or with code? GEne
  7. egptech

    #VALUE! in Excel, can not figure out why.

    I have a spread sheet with the following columns: A(Date) Formatted as Date; B(Total Dividends) Formatted as curency with a constant value of $3.45; C(Liabilities) Formatted as curency; D(Shares) Formatted as number, 3 decimal places with a constant value of 38.880; E(Current Price) Formatted...
  8. egptech

    &quot;FIND&quot; tool not working

    I have a table in my DB with 1109 records. Each record has 27 fields available but not all fields are used for all records. Until recently I have been able to use the Find feature to locate specific pieces of information within the various records. (ie; I was able to enter a serial number of a...

Part and Inventory Search

Back
Top