Search results

  1. V

    Change multiple field types simultaneously

    Basically, we have a client that wants to do a survey. The survey contains 200 items, each item they want broken down further, Ex. Is this item critical, if yes, when will this item take place, where, etc. (hence all of the drop downs) So to keep all results unique we get individual scores for...
  2. V

    Change multiple field types simultaneously

    Got ya, so would the best way to do it be changing it on the Form?
  3. V

    Change multiple field types simultaneously

    Thanks, I want all of the fields to default to be lookups (combo box/drop down style).
  4. V

    Change multiple field types simultaneously

    Hello All, Using Access2010 I imported a spreadsheet with 200 fields to create a new table (already had the names typed out). The import made each field type "text." Question - Can I update multiple fields simultaneously to be another type? Specifically I would like all of the fields to be...
  5. V

    Web Form Option Groups

    Thanks Beetle Everything seems extremely limited; I will play with the macros.
  6. V

    Web Form Option Groups

    Hey All, Does anyone know how to create a Web Form and include an option group (5 or 6 radio or check boxes)? I really need the page to layout all of the options (not in a drop down). This will help the users compare answers on the fly looking at the form. I am not the best when it comes to VBA...
  7. V

    Validate a text box with a field in a Table

    Thanks again nanscombe, This worked out perfect. I really appreciate you sending the example as well. I am not a VBA user, I have managed to get by almost exclusively on expressions. Thank you very much. How do I give you proper Kudos on here? I did remove "Me.cmdOpenForm.Enabled = Not Cancel"...
  8. V

    Validate a text box with a field in a Table

    Thanks nanscombe, Trying it out now.
  9. V

    Validate a text box with a field in a Table

    Hey all, I came across an issue today when I was creating a text box on a form. I want users to enter in their own private id (like a social security number) in a text box. I wanted the text box to only allow entries that I have already listed in a table. This information would then be used to...
  10. V

    Me

    Thank you for your support. I am an Access database manager, but I am not a programmer nor am I very comfortable with VBA. I have created some pretty kick butt databases with simple expressions though.
Back
Top Bottom