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!

Recent content by ZiiX

  1. ZiiX

    AutoNumber field that increments problem

    Thanks for the reply. So what would be the code to assign the Primary Key "testID" to do that? This is multi-user only in the sense of viewing not adding entries. The lab tech adds them. Thanks. Shane
  2. ZiiX

    Label property - Enabled?

    LOL I tried to search ZiiX and it produced no results. So, here is the link LOL http://www.tek-tips.com/viewthread.cfm?SQID=827567&SPID=702&newpid=702&page=1 Click there. Shane aka ZiiX
  3. ZiiX

    Label property - Enabled?

    Hey there Jean2002! I've had this problem and had great responses to it. Search for posts that have ZiiX in them and you'll see the replies. Shane aka ZiiX
  4. ZiiX

    AutoNumber field that increments problem

    I have a 'testID' field in a table I've set to autonumber. However, when someone starts a new test but doesnt save and that number isnt really used it skips... i.e. testID is recorded as '1' for test 1 testID is started for '2' but they don't save. testID is recordend next as '3' for test 2...
  5. ZiiX

    Dim/Undim fields based on selection for input

    NICE. It is working great. I'm having trouble now trying to keep a field from showing up when both are selected. For instance option group A is the option to test two widgets instead of just one. Option group B is additional data that may/maynot be required i.e. as-received/audit. (Both of...
  6. ZiiX

    additional labels assigned to a textbox

    The wizard assigns that 'one' and I wanted more. I'm creating a function to dim out things and I would rather dim out just the control text box and have and text labels associated with it dimmed out as well without writing them into the script... Nothing too important just wondered. shane
  7. ZiiX

    additional labels assigned to a textbox

    How do i assign more labels to a text box like the default wizard does? Thanks for your time. Shane
  8. ZiiX

    Dim/Undim fields based on selection for input

    I appreciate your help earlier. It definately worked for entering in new entries. However, there is something wrong with it retaining the stored value once it is set though. So how do I allow the form to remember that someone has already entered for both options. For example it works as you...
  9. ZiiX

    Dim/Undim fields based on selection for input

    Sorry. Yes, I have a radio button selection option asking the user to either select one widget to test or two. Both require the same fields fo input the acquired data, yet I do not want both sets to show up if they aren't needed. Thank you so much. Shane Entirely sep question was if I...
  10. ZiiX

    Dim/Undim fields based on selection for input

    I'm working on a form that requires the user to select either one item or two. If the user selects by means of a check box they are testing two then the fields to fill out will undim and allow them to enter in data. Otherwise, the fields will only show the single option fields. Also, how...

Part and Inventory Search

Back
Top