I put together a video checkout/inventory database and have been getting this strange, persistent, reproduceable, gnomic, frustrating and obscure error message: “Out of string space”. Huh? And access help (which no longer gives you open-ended word searches) was not helpful. So, I turn to you kind folks in the lounge…
Here’s the situation: Form with a subform, each one based on a separate table linked by an ID number. I also have a button on the form to display a receipt for people who have submitted a video request; the button pulls the info based on the ID of the borrower.
In the subform I have a combo box with video tape names. I added some new videos to the table from which aforementioned combo box feeds. I then put a new person into the form and clicked on the combo box for a new video title. When I tab out of it I get the strange, inscrutible, gnomic and irritating “Out of string space” error. Clicking and typing away, then hit the Receipt button. Empty reciept! Close everything, open the new person’s record, nothing nothing nothing in the subform. Go to an old record, data in subform is there, receipt works, etc.
I have done the following: 1) increase max text value to the video name field to 255. 2) tried to add the new videos to an existing record and it will NOT show in the receipt. 3) change an existing record title to one of the new ones and it will show on the receipt.
Something seems to have happened to cause the db to not accept new videos of any name in the subform. Whatever that something is, the strange little error message is my sole clue.
Does anyone have any suggestions, input or light to shed on this? I have been mucking about with this database but don’t believe I have done anything at all to effect the link between the form/subform.
I thank ya’ll in advance for your help.