Thanks Remou. I didn't know that and appreciate the info.
I did use the locked property on the other textboxes but I'm not sure they were accepting input before I did that. I might have turned on some other property but not remember what it was... bad.
Thank you so much for saying that each...
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)...
Now that I read your responses I see how vague my was. I have a Main form combobox of OrderNos that has:
Record Source Type = Table/Query
Record Source = MainTable
ControlSource = Ordno
When an orderno is entered or selected in the combobox, the subform displays the detail records for...
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.