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

    Textbox names and code

    Hi, If I have textboxes named say txtr1, txtr2, txtr3, etc. etc. I have the first part "txtr" the same for every box but the only thing that changes is the number. I defined an integer x as a counter and I want to populate the text box values as such: txtr & x = "some text" So I want to...
  2. sbeltyukov

    Saving data only when button is pressed

    Hi, I have a standard form that the user can fill out. When they start filling out the form and decide to go back (exit) without saving, it still saves the information into the table. Is it possible to save the information only after the save button has been pressed? Thanks!
  3. sbeltyukov

    Incrementing counter and record deletion

    Hi, The user wants all of the records in the database to have continuous numbering. I have used AutoNumber in the past but if you delete a record, it produces gaps in the numbering. I was wondering if there is a way to number the records so they are always numbered continuously (1, 2, 3, etc.)...
  4. sbeltyukov

    Rollover effects

    Hi, I created a rollover effect for all of the links by going to Modify --> Page Properties --> Links --> Rollover links. I did this for all of my pages but only the main page seems to have the rollover effects. I have the following code in all of my pages: a:hover { text-decoration: none...

Part and Inventory Search

Back
Top