we'll help you with code problems, or the theory behind it, but we're not going to do it for you. what is your question?
If the automobile had followed the same development cycle as the computer, a Rolls-Royce would today cost $100, get a million miles per gallon, and explode once a year, killing everyone inside.
I am not sure how to start the code.
I need to see an example of how a select box could do a lookup selection on a table, and return the values of multiple fields of the selected record to form variables.
Example:
I have an employee who has a craft of 451.
The form would have a select box for craft that would lookup on the wage table. the user would select the craft 451 and it would return the craft description and billing rate.
The wage file would have
451
Electrician Foreman
45.00
This information would be filled into form variables
craft = '#craft#'
desc = '#desc#'
billrate = "billrate"
that would then update the employees record with a submit button.
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.