Fingers crossed I get this information across in sufficient detail..
I have an app that runs produces a tabular data report...
I then have an HTML developed code that opens an Update form using parameters passed from the tabular data report.
The update form has several rows of data... Using a drop down box, I wish the user to select a value to update field A. At the same time, if the value of the field chosen is, say, "BR", A need to the form the update Field B with a value using one of the aforementioned parameters..
Any suggestions would be greatly received...
--------------------
Specifics:
Tabular Report: Availability Report
Parameters: @BookingID (unique) and @Virtual_Location_Name
Update Form: Booking
This produces 3 lines of data (representing different days e.g. Tue 14, Wed 15, Thu 16)
The Drop down boxes AV14 AV15 AV16 have options of BR, NA
If, say, AV15 is chosen to have value "BR", I wish field NE15 to be allocated parameter value @Virtual_Location_name but blank if any other field is chosen when Update is pressed on the form
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
alanhoffman
Fingers crossed I get this information across in sufficient detail..
I have an app that runs produces a tabular data report...
I then have an HTML developed code that opens an Update form using parameters passed from the tabular data report.
The update form has several rows of data... Using a drop down box, I wish the user to select a value to update field A. At the same time, if the value of the field chosen is, say, "BR", A need to the form the update Field B with a value using one of the aforementioned parameters..
Any suggestions would be greatly received...
--------------------
Specifics:
Tabular Report: Availability Report
Parameters: @BookingID (unique) and @Virtual_Location_Name
Update Form: Booking
This produces 3 lines of data (representing different days e.g. Tue 14, Wed 15, Thu 16)
The Drop down boxes AV14 AV15 AV16 have options of BR, NA
If, say, AV15 is chosen to have value "BR", I wish field NE15 to be allocated parameter value @Virtual_Location_name but blank if any other field is chosen when Update is pressed on the form
------------------------------
Thanks again...
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.