Hey GUJUm0deL,
I need to do something similar with a form.
I need to set up a form that only allows the user to fill out all fields before the time runs out. It will be a form that has questions to answer. The owner of the form don't want them to have enough time to search the internet...
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...
Here is the entire code for that shopping cart item:
<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-1) Purple, blue & rose">
<INPUT TYPE=HIDDEN NAME=sh VALUE="1">...
Go to this page: http://www.bacastange.com/pendants_CANT_PURCHASE_YET.html
You will see that I have a Add to Cart button. What I want to happen is when the button is clicked, it will take them to the shopping cart page and I want the words "shipping and handling information" to be a link to...
Thanks so much for that.
To answer your question, this input type is part of a shopping cart item, so all the input types are hidden. The only thing that is seen is the Add To Cart button itself.
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...
That worked somewhat, but now the problem I have is each time a product is clicked it opens a separate window for every product that is clicked and some people can end up with a lot of windows open.
The initial new window is fine, but it would be good to keep everything in that initial new...
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...
I had to load Office 2007 again, because I took it off:)
Here are my problems:
1. Open the database and I get this: An error occurred while loading 'Form_frm_SearchForm'. Do you want to continue loading the project.
2. I then say Yes
3. It gives me a Security Warning area where I can...
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...
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?
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?
I am trying to figure out what I change in this code for it work for me.
I changed this line:
Forms(strFormName).strLastName.DefaultValue = "'" & strDefault & "'"
to
[code]Forms(strFormName).strPayment.DefaultValue = "'" & strDefault & "'"[code]
I am getting this error: Run time error 2465...
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
I found out what the problem was.
I forgot that I had put some vb code in for that field on the OnExit Event that formatted the name that was typed in. I just removed that code and messed with the settings you described and everything works now.
Thanks so much for all of your help!!!!
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.