|
-
Oct 7th, 1999, 04:44 PM
#1
Thread Starter
New Member
I want to use Datagrid1_Button click event to poppup records from another table in master -detail form.
-
Oct 8th, 1999, 10:49 AM
#2
New Member
try using the .BoundText property
after selecting the appropriate variables in the appropriate column with the following code
msfg_Search.Col = 0
vi_MembCode = msfg_Search.Text
msfg_Search.Col = 1
vs_CName = msfg_Search.Text
msfg_Search.Col = 2
vs_SName = msfg_Search.Text
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|