stevekos07
Registered User.
- Local time
- Today, 08:22
- Joined
- Jul 26, 2015
- Messages
- 174
Hello. I have a continuous form which is used to record client messages. I have the form placed in another form as a subform, whereby the form displays the message history of the client shown in the form. This works fine, with the last record in the list being a blank record ready to be edited.
I have the same form opening from a command button in another form as a popup. This form also opens displaying the message history for the client in question, but in this case the last message is blank, with no client ID pre-filled. If the user tries to edit the message by entering the client ID an error message appears regarding a query syntax error.
I have tried to correct this by modifying the macro on the command button, by ensuring that the form opens to Add mode etc. but I have not been able to fix this problem.
This is the Popup version. Notice that the last record has no client ID.
And this one is the same form as a subform showing a new record with the clientID pre-filled.
I have the same form opening from a command button in another form as a popup. This form also opens displaying the message history for the client in question, but in this case the last message is blank, with no client ID pre-filled. If the user tries to edit the message by entering the client ID an error message appears regarding a query syntax error.
I have tried to correct this by modifying the macro on the command button, by ensuring that the form opens to Add mode etc. but I have not been able to fix this problem.
This is the Popup version. Notice that the last record has no client ID.

And this one is the same form as a subform showing a new record with the clientID pre-filled.
