Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How do you save textboxes (2) into access (2016) database


What I have tried:

I tried to search in google but nothing I can use.
Posted
Updated 26-Apr-18 0:57am

Technically, you do not save textboxes to a database. Textboxes are controls which are meant to display text, so the only thing you have to save to the database is the text itself.

You will find on Internet plenty of examples about how saving any value to an Access database. You can even search here on CP for related articles.
 
Share this answer
 
Comments
Maciej Los 26-Apr-18 7:02am    
This is exactly what i wanted to say.
You're quick, Phil ;)
 
Share this answer
 
Comments
phil.o 26-Apr-18 7:00am    
5'd.
Maciej Los 26-Apr-18 7:01am    
Thank you, Phil.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900