DoCmd.GoToRecord returning the Wrong acForm and acGoTo
In a Combo Box Look Up, I am using DoCmd.GoToRecord to look up and go th the desired record. The Field Value in the record returns correct value. I do get a message saying "An expression you entered is the wrong data tyype for one of the arguments. The acForm always returns "2", and the acGoTo always return "4". It has me baffled. I have used this many times bufore but never had this results.
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.