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

    A readout Data Table

    Background: I have the foloowing tables tblClient: ClientID (PK) ClientName other client details tblMachine: MachineID (pk) SerialNumber ClientID (fk to tblClient) other machine details tblProduct ProductID (PK) ProductName Question: I am trying to build my most important table now, the one...
  2. laythss

    New To access.. Importing and using question

    Hello all, I am all new to access and I am trying to convert a program I made from excel VBA to ASP.net using access data bases. I am not even sure if this is possible, but I started looking into access couple of days ago, and reading examples of using it for websites etc. that I think it might...
  3. laythss

    exporting a chart. EXCEL VBA. error help

    I am having trouble getting this code to work. I have an open workbook, with an active worksheet named "Sheet1" which has an embeded chart (object) here is my code that runs when you press the CommandButton1 on the user form I created: Private Sub CommandButton1_Click() Call Create_GIF...
  4. laythss

    web layout question using .asp

    Hi all, first of all is this the right place to ask this question. I hope so, if not please advice me and accept my apology. In general I have three .asp pages: main.asp , head.asp , foot.asp Main has the content of the page and it calls head on top and foot at the bottom the layout of head is...
  5. laythss

    Preload or Buffer???

    Hello all, I was wondering if there is a way to make my whole page load before it is displayed. I don't think I can use the masking layer method because I have 3 flash movies in the pages all being in the middle from top to bottom. I came across buffering a page and then redirecting to the...

Part and Inventory Search

Back
Top