Hello.
I have two tables, one for catogery, the other for items related to the category.
i created a new form application and make the category field [select] as drop down menu, if i chose any option from drop down menu i want to load it’s related fields from the items table all at once, not one by one.
Table two [items] has two columns, one for item [text box] and the other for text value already inserted before.
another question, i want to view full name in Grid instead of [first name, Last name], i did it in the form but i do not know how to make it in the grid.
any ideas?