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 SkipVought 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: avaffa
  • Order by date
  1. avaffa

    Displaying hyperlinks contained in Access database

    I'm placing the info in a textarea box so that users can update their info and resubmit it to the database.
  2. avaffa

    Displaying hyperlinks contained in Access database

    I have created a database that contains hyperlinks in field "A." I have also developed a web page that retrieves info contained in field "A" into a textarea box. PROBLEM: The hyperlinks are not being displayed as links, but instead as the actual HTML code (e.g. <a href=...></a> How can I...
  3. avaffa

    Updating Fields in Tables

    How can I replace the values in a field in Table1 with values from a field in Table2? Thanks!
  4. avaffa

    Changing form values

    Is there a way to change checkbox values on forms using "onOpen" and "OnLoad?" Thanks!
  5. avaffa

    Changing check box status based on info inserted in table

    I have created a form that contains check boxes, which inserts text values into a field. For example, If the check box called "Aging" is checked, then the text "Aging" will be placed in the "TEMP_Aging" field. I have several of these check boxes on the form and when multiple boxes are checked...
  6. avaffa

    Changing field values in tables

    See thread702-828520
  7. avaffa

    Changing field values in tables

    Is it possible to read the values of fields in a table and change the values of objects on a form using "OnOpen" and "OnLoad" of a form? Thanks!
  8. avaffa

    Field values and check boxes

    OK, thanks! I really appreciate your help. If anyone else has any suggestions, please post them. Thanks again!
  9. avaffa

    Field values and check boxes

    It works if the values are entered through the form, but it doesn't work if they are entered through the table which is how I will update the table.
  10. avaffa

    Field values and check boxes

    The Instr function returns a number. I need to insert a text value into the field linked to each check box and show the check box as being selected.
  11. avaffa

    Field values and check boxes

    Yes, it's displayed in the following format: "Aging; Business; Technology
  12. avaffa

    Field values and check boxes

    On the form, the values in the "Headers" field are based on the values of the check boxes on the form. If the "Aging", "Business", and "Technology" check boxes are selected, then the value of the "Headers" field will be "Aging; Business; Technology;" On the web site, the values in the...
  13. avaffa

    Field values and check boxes

    The database is set up so that I'm assigning values to the "Headers" field based on the values of the check boxes, not the other way around. I want to be sure that I can still select check boxes manually on the form to assign values to the "Headers" field. I need to update the database by...
  14. avaffa

    Field values and check boxes

    Where should I place this code?
  15. avaffa

    Field values and check boxes

    I have created a form that contains check boxes, which inserts text values into a field. For example, If the check box called "Aging" is checked, then the text "Aging" will be placed in the "TEMP_Aging" field. I have several of these check boxes on the form and when multiple boxes are checked...
  16. avaffa

    Checking text area boxes for null value

    No, if I replace <% if "topic = "" then %> with any other field name, then it still doesn't work. Even if I'm checking for that field only. It's something about the topic field. The code will not work for all other fields.
  17. avaffa

    Checking text area boxes for null value

    Yes, the form submits to itself.
  18. avaffa

    Checking text area boxes for null value

    The error message I created when a particular field is empty: <% if topic="" then %> <div align="center"><img src="images/TOP4.GIF" width="580" height="166" align="middle"><BR> <BR> </div> <table width="600" border="0" cellpadding="5" align="center"> <tr bgcolor="#FFFFCC">...
  19. avaffa

    Checking text area boxes for null value

    I am trying to check whether users enter info into specific fields (validation). The code I developed, checks the first field of the form only, which is a text field. But when I check for a null value in a text area box (named "desc") or other text boxes, I get the error message regardless of...
  20. avaffa

    Hyperlink to Previous Page

    I would like for users to click on a hyperlink to take them to the previous page instead of having to click the "Back" button in their browser. What code do I use for this? Also, I would like all info typed in any text boxes to remain on the previous page when the user goes back. Thanks!

Part and Inventory Search

Back
Top