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 Mike Lewis 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: *

  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

    I don't think I need that. The gaps should be fine. I have another question. I use two forms to add a single record so I put the code you provided into both forms. However, when I actually want to fill out the fields and save the record, when I click Continue on the first form to go to the...
  3. sbeltyukov

    Saving data only when button is pressed

    Oh, should I use a regular number field to create an item ID for each record? Thanks!
  4. sbeltyukov

    Saving data only when button is pressed

    That worked, but once I go back to actually add a record, the AutoNumber field is not 1 but 2. Is there any way to fix that? Thanks for the help!
  5. 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!
  6. sbeltyukov

    Incrementing counter and record deletion

    I see your point. I contacted them and they said that gaps are fine. Thanks!
  7. 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.)...
  8. 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