hi guys,
I want to help for creating a GUI. I want I should get details when I click perticular name in listbox.I get entries from database to listbox but probrem arrives loading relevant details in textbox.The error describes compile error invalid use of property for following code.
txtFirstName=rs tKrish!FirstNam e
or
txtFirstName.te xt=rstKrish!Fir stName
where rstKrish is recordset and FirstName is datafield
I have used ADO programming.
Please help.
I want to help for creating a GUI. I want I should get details when I click perticular name in listbox.I get entries from database to listbox but probrem arrives loading relevant details in textbox.The error describes compile error invalid use of property for following code.
txtFirstName=rs tKrish!FirstNam e
or
txtFirstName.te xt=rstKrish!Fir stName
where rstKrish is recordset and FirstName is datafield
I have used ADO programming.
Please help.
Comment