S
subs
what would i do if there are multiple
records and the user want to enter only once
for example there is a table as follows
Region Carrier
North
North
North
south
west
Now the form should ask for the user to enter the carrier for
northern region only
once . It should then populate the first three rows with the same
answer. similarly for south and west regions
how should i create such a form
records and the user want to enter only once
for example there is a table as follows
Region Carrier
North
North
North
south
west
Now the form should ask for the user to enter the carrier for
northern region only
once . It should then populate the first three rows with the same
answer. similarly for south and west regions
how should i create such a form