I have added an unbound textbox to a subform that displays line items on an order but it won't accept input (freeform typing 'abc' into it). It doesn't display any errors.
I reviewed the subform properties and didn't recognize anything that looked like it would prevent input but I am new (New)...
Hi. I have an order no on the main form in a combo box with the values displayed from a table. When the user selects a value the subform updates beautifully but the main form doesn't. I've tried to use refresh and requery but it says it's invalid syntax. Anyone have ideas?
Thx
Elle
Can someone please tell me how to update an unbound textbox on a subform? Subroutine says:
If Me.Form.xstatus = 1 then
Me.Form.xtxtbox = "Active"
Else
Me.Form.xtxtbox = "Expired"
but the only thing that displays is #Error. It seems like it should be soooo simple but not!
I can display...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.