Question Editting access page

xaysana

Registered User.
Local time
Today, 19:11
Joined
Aug 31, 2006
Messages
94
Hi there,
Please apologize if I post this in wrong category.
I have been creating a page in access 2003, aiming to make available on web on that staffs in various locations could fill in the form.

Problem: I defined all scores in combomenu so that staffs can simply select the numbers with no typing error. Every almost combo boxes are working fine except one for Position, I can not figure out why it appears blank menu.

Question: What I would also like to do is that:
1. When open up a page everytime should hide all existing records.
2. I like to add a Submit... button (refer to attachment) when clicking at a button should save record to the access database and at the same time, reporting to confirm a staff by saying "Record was sent" Thank you.

Could anyone help please?
Thank you in advance.
Regards,
Na
 

Attachments

Last edited:
Hi there,
Please apologize if I post this in wrong category.
I have been creating a page in access 2003, aiming to make available on web on that staffs in various locations could fill in the form.

Problem: I defined all scores in combomenu so that staffs can simply select the numbers with no typing error. Every almost combo boxes are working fine except one for Position, I can not figure out why it appears blank menu.

Question: What I would also like to do is that:
1. When open up a page everytime should hide all existing records.
2. I like to add a Submit... button (refer to attachment) when clicking at a button should save record to the access database and at the same time, reporting to confirm a staff by saying "Record was sent" Thank you.

Could anyone help please?
Thank you in advance.
Regards,
Na

Could any one help with the above question please?
 
.........
Question: What I would also like to do is that:
1. When open up a page everytime should hide all existing records.
.....

Set the Form's Data Entry Property to Yes


.....
2. I like to add a Submit... button (refer to attachment) when clicking at a button should save record to the access database and at the same time, reporting to confirm a staff by saying "Record was sent" Thank you.

Could anyone help please?
Thank you in advance.
Regards,
Na


In the code behind your button put the following;

Code:
MsgBox "Record was sent"
 
Hi John Big Booty,
Thank you for your reponse, I appreciate that.
John, I have created a page directly link to query but not to the form. So all has to be done in HTML codes which some thing I do not clue. Could you take a glimse look at an attachment again of which line i should add the codes please?

Thank you and regards,
 
I'm not big on HTML. However what I do know tells me, that you will need to use Java or similar, to achieve what you are talking about on an HTML page.
 

Users who are viewing this thread

Back
Top Bottom