I would like to have the cursor automatically skip a few fields after the user enter a purchases amount on the Payables Transaction Entry screen. I thought this would do the trick but I get "Invalid Object" message.
Private Sub Purchases_AfterUserChanged()
Console.Writeline ("\t")
End Sub
What is the correct syntax to output a tab character so that it will skip a field.
*This post is locked for comments