Hi,
I am trying to learn how to dynamically pull the answers based on which form you are.
Example, I have 5 sample form (Customer, Supplier, Products, Purchase Order, Sales Order etc)...
When I am in Customer Form, I have a lblHelp button which will trigger to a new page and will pull the data from the tblHelp only related to Customer Form "Question and Answers" and so on for other forms.
Table culum for tblhelp - HelpID (Auto), FormID (Number), HelpCategory (Text), HelpFormPageName (Text)
I also added a culum in Customer table as FormID (Number),
(Customer FormID - 1), (Supplier FormID - 2), in table help FormID for all Customer related questions and answers will be 1.
Hope I have explained, if its confusing please ask, I am just trying to learn how to pull record based on form selection.
Regards
Babui386
I am trying to learn how to dynamically pull the answers based on which form you are.
Example, I have 5 sample form (Customer, Supplier, Products, Purchase Order, Sales Order etc)...
When I am in Customer Form, I have a lblHelp button which will trigger to a new page and will pull the data from the tblHelp only related to Customer Form "Question and Answers" and so on for other forms.
Table culum for tblhelp - HelpID (Auto), FormID (Number), HelpCategory (Text), HelpFormPageName (Text)
I also added a culum in Customer table as FormID (Number),
(Customer FormID - 1), (Supplier FormID - 2), in table help FormID for all Customer related questions and answers will be 1.
Hope I have explained, if its confusing please ask, I am just trying to learn how to pull record based on form selection.
Regards
Babui386