I have a browse of orders and a form.
When I insert anew order, I use a lookup for the customer Id. I have the display description instead of code box checked.
I also do the same for the item being ordered.
everything seems to work fine until I save. Then the custumer record gets cleared and so does the order cusid.
If I uncheck display description, it saves OK.
The inventory item look up works fine! Shows the description and saves the Id.
Any guesses as to why this might be happening?
All the id fields are single auto-incremented longs.
chris