Access ASPUsing ASP with Microsoft Access databases. For Access questions not specific to ASP, please use the Access forum. For more ASP forums, please see the ASP forum category.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access ASP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I have a small problem and I'm not sure that it is ASP related. But I uploaded a database. Now I set the field to memo so that I might have more entry space. Well I have 2 problems. 1 is that my input box is very small and might carry about 4 words. No matter what I try it does not get any bigger. 2 is that I still run into a field limit but I think it has to do with the lines available in my input box. any suggestions?
Ahh thanks for the input it really helped. Now my problem is.....why do I have a limitation on the information that I enter. This is the error that I continue to get. This only happens when I do large entries.
Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression ''This is a test. I'm only doing this too see exactly how many characters I can put in here. I will soon edit this to actually take it out. I just REALLY wanted to test this thing. I'm really really hoping that I can just add up all of this stuff and make '.
/HOM/rec_add.asp, line 13
My database is set to memo so that I can take more information! Or I was hoping.
Nevermind. I found it and it is working just fine now. There is a wrap tag that you can input into a textarea tag. It is working just fine now thank you Everyone.