I am fairly New to access and have a subform within a form for users to enter information. The main form has a combobox where a selection is made and the subform displays all the records that correspond to the selection for the users to edit. There is underlying VB code with a select statement from a table that was used to do this.
There is a text box in the form whose control source is a memo field in the table. I am noticing that when data is displayed on the form (pulling from the table), everytime the text box has a lot of data, other fields on the form are not displaying ANY data. Is this tied to the 255 character restriction?
The select statement is fairly straighforward. Select all from table where field = combobox input orderby (a simple numeric primary key)
I have a deadline to meet tomorrow, so any help provided is greatly appreciated!
-Thanks.
There is a text box in the form whose control source is a memo field in the table. I am noticing that when data is displayed on the form (pulling from the table), everytime the text box has a lot of data, other fields on the form are not displaying ANY data. Is this tied to the 255 character restriction?
The select statement is fairly straighforward. Select all from table where field = combobox input orderby (a simple numeric primary key)
I have a deadline to meet tomorrow, so any help provided is greatly appreciated!
-Thanks.