How do I reference (qualify) two columns with the same name in vb code? I have a join where I select the Name column from the Job table and the Name column from the Employee table. (This is a vendor "designed" database and can't be changed.) I've always just used something like
txtName.text = Rst!Name
What would I use to complete:
txtJobName.text =
and
txtEmployeeName.text =
Thanks!
txtName.text = Rst!Name
What would I use to complete:
txtJobName.text =
and
txtEmployeeName.text =
Thanks!