I have a mainform which contains "Holder Information (name,address,dob etc)
and within this mainform a subform called "LicenseInformation" (licensetype,purchasedate,amount etc)
When user search the holder information in mainform, he can see his personal info in mainform and license info in subform.
What I want is: When the user click the command button "Add license info",
the user should be able to write into the grid shown in the subform.(still the personal info shd be shown in mainform)
OR is there any other way to do this??
Please help..I am a novice to VBA...