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

    If no buttons selected

    All, I am trying to figure out how to not have an action happen if something else is selected. I have a radio button on a form called schedEngActivity. If this is selected, I don't want the following code to initiate: If Me!installed_ops.Value = False And Me!installed_mss.Value = False...
  2. cayden2007

    input type question

    All, I am trying to add a popup link to input type code likeso: <INPUT TYPE=HIDDEN NAME=custom1 VALUE="1 inch x 1 inch purple, blue & rose <a href="javascript:ShowWin_1184393822437()">shipping and handling information</a>"> This does not work. Does anyone know how I could set this up...
  3. cayden2007

    inline frame with form

    All, I have the following form: <FORM METHOD=POST ACTION="http://www.safepay.net/cgi-bin/shop/cart.cgi?"> <INPUT TYPE=HIDDEN NAME=merchant VALUE="bacastange"> <INPUT TYPE=HIDDEN NAME=name VALUE="(P-10) Blue, green & turquoise"> <INPUT TYPE=HIDDEN NAME=sh VALUE="2.95"> <INPUT...
  4. cayden2007

    Access 2007 problems

    All, I recently purchased Office 2007. I have created a Access database using 2003. I have VB code throughout this database. I installed Office 2007 and tried to bring up my database and it conked out on me. It gave me some error message, but I could not open the database and I have...
  5. cayden2007

    Custom Autonumber

    I would like to do something similar like this thread: thread700-1221186 I would like to have todays date in this format: yymm in the beginning of the autonumber and make sure the date would not change when the next day or month comes into play. Can someone help me with this?
  6. cayden2007

    Date Formatting

    I need to format a date field on a form to this: yymm I need that to automatically show up it is a new record, and I don't know how to format it like that. Can someone help me?
  7. cayden2007

    changing a default value with a command button

    I want to place a command button on a form and be able to change the default value of a field using the command button. Is there an easy way to do this? Please help. Thanks, Jerome
  8. cayden2007

    Name Issue

    All, I have a user with a last name spelled: LeDuc Everytime he enters his name in a field on a form, it changes it to: Leduc How can adjust to keep the spelling of his name this way: LeDuc? I tried to do a search to see if this has been asked before, but I really didn't know...
  9. cayden2007

    stretching an image in a table

    All, I am working on this site: http://www.awakenedsuccess.com/jesusnebot/nebot_123.html, and I would like to make the main section (purple) to stretch to full screen. That section is images. I would like to place those images in tables and use CSS to stretch them to full screen. Is...

Part and Inventory Search

Back
Top