Hello,
I am designing a Web Database with a bound form to a submit table.
On the form, I have a combo box with selections that should influence the value to be displayed in a textbox also on same form.
For instance the combo box for Staff Name contains list of all Staff and I want the textbox to...
Hello,
I am working on a web database with a form which is bound to an underlying web table where the submissions occur.
My challenge is that the fields on the form get submitted to the table even before the submit button is clicked regardless of whether the form was completely filled.
My...
Hello All,
I am designing a nomination form (web database so no vba macros can be used).
The form has 3 combo boxes: cboStaffName, cboLevel, cboNominee.
The form is bound to the tblSubmit table where the submissions are populated.
I used a select statement:SELECT Staff_List.Staff_Name FROM...
Hello Cotty42,
Thank you for your response.
Can you please assist with how I can do this using Macros and not VBA.
This is supposed to be a web database that will be published via Sharepoint and VBA is not compatible with web database.
Thank you.
Hello All,
I am a newbie to Access 2010 however i don't know where I goofed because I seem to have done this before.
I am having issues with my combo box populating values based on the selection from another combo box.
Database : contains 2 tables: Staff_List, Level_Type and a form called...
I am a newbie to Access and require assistance on this:
I have a form (called User_Input)with 2 text boxes, 5 combo boxes and a Submit button, which is bound to a table (called Submssion table) i.e the form submits its entries into the table called Submission.
I want the submit button on the...