S
seeker
I run the following code but want just the cursor to show at the extreme left
inside the text box instead of the whole textbox being hilited.
Dim intitem As Integer
intitem = DET_ITEMNBR1
DET_ITEMDESC1.SetFocus
DET_ITEMDESC1.Text = DLookup("[ite:desc]", "item", "[ite:number] = '" &
intitem & "'")
DET_PRICE1.SetFocus
DET_PRICE1.Text = DLookup("[iterice]", "item", "[ite:number] = '" &
intitem & "'")
DET_ITEMDESC1.SetFocus
Thanks in advance.
inside the text box instead of the whole textbox being hilited.
Dim intitem As Integer
intitem = DET_ITEMNBR1
DET_ITEMDESC1.SetFocus
DET_ITEMDESC1.Text = DLookup("[ite:desc]", "item", "[ite:number] = '" &
intitem & "'")
DET_PRICE1.SetFocus
DET_PRICE1.Text = DLookup("[iterice]", "item", "[ite:number] = '" &
intitem & "'")
DET_ITEMDESC1.SetFocus
Thanks in advance.