needadvice
Programmer
I have an inquiry screen where I want the user to have the capacity to input extensive details about a record.
I tried putting a button on the screen which when clicked opens another form. On that form I put a memo text field and expanded it to the length of the screen.
The problem with this method is whenever you hit 'enter' or 'tab' it goes to the next record and the field goes blank.
The user wants this area to respond like a word processing screen where enter drops you down to the next line instead of out of the current record.
What would be a better way to achieve this? Please remember, this data needs to be saved and retrieved with the associated record when queried.
Thanks
I tried putting a button on the screen which when clicked opens another form. On that form I put a memo text field and expanded it to the length of the screen.
The problem with this method is whenever you hit 'enter' or 'tab' it goes to the next record and the field goes blank.
The user wants this area to respond like a word processing screen where enter drops you down to the next line instead of out of the current record.
What would be a better way to achieve this? Please remember, this data needs to be saved and retrieved with the associated record when queried.
Thanks