ProgramError
Programmer
Can anyone explain why I get an error "You cancelled the previous operation" when I run this code
or
Ian Mayor (UK)
Program Error
Always make your words sweet and nice. Because you never know when you may have to eat them.
Code:
intInput = InputBox("Enter Request Number", "Program request")
' first check if number is already in the list
temp = DLookup("oddnends", "OARequests", "[progno] = " & intInput)
Code:
intInput = InputBox("Enter Request Number", "Program request")
' first check if number is already in the list
temp = DLookup("oddnends", "OARequests", "[progno] = '" & intInput & "'")
Ian Mayor (UK)
Program Error
Always make your words sweet and nice. Because you never know when you may have to eat them.