J
JamesJ
This is driving me nuts. An unbound text field continues to become
corrupted or something.
I'm using ac 2007 sp1. I installed a hotfix today also.
All of a subdden the textbox doesn't display any data. This occurs during
form design,
Id the filed is already on the form and I use the AutoFormat it magically
stops
displaying data. Next, I created a form and applied the AutoFormat first
then copied and pasted
the textbox, from the form that the textbox is working properly, to the form
and it displayed ok.
I then copied 3 'form functions' (for lack of a better term) from the good
form and pasted into the
debug window and saved the form. Again, the textbox stopped displaying data.
The code for the textbox is below, although I don't believe it has anything
to do with it.
Private Sub Form_Current()
Me.RecordsetClone.MoveLast
Me.txtCount = Me.RecordsetClone.RecordCount & " Item(s)"
End Sub
corrupted or something.
I'm using ac 2007 sp1. I installed a hotfix today also.
All of a subdden the textbox doesn't display any data. This occurs during
form design,
Id the filed is already on the form and I use the AutoFormat it magically
stops
displaying data. Next, I created a form and applied the AutoFormat first
then copied and pasted
the textbox, from the form that the textbox is working properly, to the form
and it displayed ok.
I then copied 3 'form functions' (for lack of a better term) from the good
form and pasted into the
debug window and saved the form. Again, the textbox stopped displaying data.
The code for the textbox is below, although I don't believe it has anything
to do with it.
Private Sub Form_Current()
Me.RecordsetClone.MoveLast
Me.txtCount = Me.RecordsetClone.RecordCount & " Item(s)"
End Sub