-
Vb6
:(I am using vb6. I want to link a calendar...which i have...but i want to have textboxes that are linked to a access data base. when i enter data i want it to save it which it does..but when we change days i want it to clear the textboxes without deleteing it from the database. Then enter fresh data for that day and saving it to the database. i only hope someone can help me.:wave:
-
Re: Vb6
Welcome to the forums.
Your question is quite vague. You have only really given us an overview of what is working and what is not.
One of our members, techgnome, has written an excellent guide to getting help here. Give it a quick read then perhaps give us some more explicit information about your problem and what you have tried.
-
Re: Vb6
Welcome to the forums.
You are wanting to change data in text boxes, relative to the day you click on the calendar?
What is the database you are using?
-
Re: Vb6
lets get coding....:)you hit the nail on the head..i want to click on any day of the calendar to bring up a form with textboxes. the textboxes would be clean and i would be able to enter and save this data to a database. I only have the form made. I have no idea how to even start coding this. I can not find anything in the help File. I have done a couple of small programs but would'nt call myself a programmer I am sorry to be vague but i don't speak programming. I am using Access 2002. If you could just point me in the right direction I could probably go with it. I thank you:bigyello:
-
Re: Vb6
Well, for starters you will need to connect to your database.
Take a read of these tutorials, they should help you in the right direction.
http://www.vbforums.com/showthread.php?t=337051
-
Re: Vb6
I have the database connected and is working fine...but idon't know how to go about coding it to do what i want it to do