•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 401,955 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,183 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Views: 1699 | Replies: 8
![]() |
•
•
Join Date: Jan 2007
Posts: 5
Reputation:
Rep Power: 0
Solved Threads: 0
My problem is that i have been asked to try and find out how to, and to make a program in VB which is linked to an access database. I help out at a charity band thing which happens every week. there are three bands play (but that doesnt matter)
There are different people who come, there are some that are members and some that arent. the members are currently stored in an access database, however we now want to make a program which will look up the member in the database by using a 4 digit ID code. We then want the program to mark off something in the database that says that the member has been to that gig. if the member has been to 3 gigs in a row, we want the program to say that the gig is free to get in, and if they havent, then it should say that it is £4.00. The problem is i have never done anything with VB before, but i have been told it will be £4000 to have a program made for me so i could do with learning how to make it myself because, as its a charity organisation, they cant really afford that.... any help will be appreciated.... if you want more info my email is << email id snipped >> thanks everyone
There are different people who come, there are some that are members and some that arent. the members are currently stored in an access database, however we now want to make a program which will look up the member in the database by using a 4 digit ID code. We then want the program to mark off something in the database that says that the member has been to that gig. if the member has been to 3 gigs in a row, we want the program to say that the gig is free to get in, and if they havent, then it should say that it is £4.00. The problem is i have never done anything with VB before, but i have been told it will be £4000 to have a program made for me so i could do with learning how to make it myself because, as its a charity organisation, they cant really afford that.... any help will be appreciated.... if you want more info my email is << email id snipped >> thanks everyone
Last edited by ~s.o.s~ : Jan 28th, 2007 at 1:34 pm. Reason: Email id snipped, keep the discussion on site.
•
•
Join Date: Apr 2005
Location: Old Hampshire, Old England (LOL)
Posts: 11,937
Reputation:
Rep Power: 30
Solved Threads: 268
dont use VB4 its over 11 years old!
try Visual Basic Express
why do you even need visual basic?
what you want can be done in access using forms
try Visual Basic Express
why do you even need visual basic?
what you want can be done in access using forms
Last edited by jbennet : Jan 28th, 2007 at 9:51 pm.
TRY MY SUGGESTIONS AT YOUR OWN RISK!
james.bennet1@ntlworld.com
james.bennet1@ntlworld.com
•
•
Join Date: Jan 2007
Posts: 5
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
dont use VB4 its over 11 years old!
try Visual Basic Express
why do you even need visual basic?
what you want can be done in access using forms
i want to use visual basic because we want a way of knowing whether a member has been to a gig a certain amount of times, without having to look through the database, as it needs to be done within a second, or do you have any other suggestions of what to use?
•
•
Join Date: Apr 2005
Location: Old Hampshire, Old England (LOL)
Posts: 11,937
Reputation:
Rep Power: 30
Solved Threads: 268
like i said, use visual basic express. dont use visual basic 4
and again, like i said, you can calculate all this in access using forms
and again, like i said, you can calculate all this in access using forms
Last edited by jbennet : Jan 30th, 2007 at 5:35 am.
TRY MY SUGGESTIONS AT YOUR OWN RISK!
james.bennet1@ntlworld.com
james.bennet1@ntlworld.com
•
•
Join Date: Jan 2007
Posts: 5
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
like i said, use visual basic express. dont use visual basic 4
and again, like i said, you can calculate all this in access using forms
Where can i get hold of a copy of visual basic express? also how would it be done in access using forms? and the problem is we want a full GUI so that the users dont have access to the database
•
•
Join Date: Apr 2005
Location: Old Hampshire, Old England (LOL)
Posts: 11,937
Reputation:
Rep Power: 30
Solved Threads: 268
ah ok i didnt know you didnt want your users to have access
you can download visual Basic express free from microsofts website (google it) - if you choose NOT to install SQL or MSDN it comes to about 50mb. You can also order a cd i think
you can download visual Basic express free from microsofts website (google it) - if you choose NOT to install SQL or MSDN it comes to about 50mb. You can also order a cd i think
Last edited by jbennet : Jan 30th, 2007 at 1:38 pm.
TRY MY SUGGESTIONS AT YOUR OWN RISK!
james.bennet1@ntlworld.com
james.bennet1@ntlworld.com
•
•
Join Date: Jan 2007
Posts: 5
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
ah ok i didnt know you didnt want your users to have access
you can download visual Basic express free from microsofts website (google it) - if you choose NOT to install SQL or MSDN it comes to about 50mb. You can also order a cd i think
OK, i have now downloaded visual basic express, but now im even more confused about how to use it, i dont get how i can link the access database to visual basic... help?
•
•
Join Date: Apr 2005
Location: Old Hampshire, Old England (LOL)
Posts: 11,937
Reputation:
Rep Power: 30
Solved Threads: 268
make a new project and choose "windows application" as the type.
On the right of the screen there should be the solution explorer and under that is a tab labeled DATA SOURCES - click that tab.
Choose ADD NEWN DATA SOURCE
CHOOSE DATABASE then NEW CONNECTION
Change DATA SOURCE from SQL to MS Access
Point it to your access database
Choose what tables you want
You can now drag and drop database fields onto your database
SCREENSHOT ENCLOSED
On the right of the screen there should be the solution explorer and under that is a tab labeled DATA SOURCES - click that tab.
Choose ADD NEWN DATA SOURCE
CHOOSE DATABASE then NEW CONNECTION
Change DATA SOURCE from SQL to MS Access
Point it to your access database
Choose what tables you want
You can now drag and drop database fields onto your database
SCREENSHOT ENCLOSED
TRY MY SUGGESTIONS AT YOUR OWN RISK!
james.bennet1@ntlworld.com
james.bennet1@ntlworld.com
![]() |
•
•
•
•
•
•
•
•
DaniWeb Visual Basic 4 / 5 / 6 Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- C++ Classes (C++)
- how to access accessing PHP variable in JavaScript (PHP)
- project based on VB n MS-Access (VB.NET)
- MS Access and other applications on VB6.0 (Visual Basic 4 / 5 / 6)
- can we connect VB 6 wtih databases in Ms Office Access 2003? (Visual Basic 4 / 5 / 6)
- Linking errors while creating dll using ATL project (C++)
- Project Suggestions in Accessing Databse from a computer through sending SMS message (Computer Science and Software Design)
- Re: Problem in updating project for Microsoft Project 2002 and 2003 (Windows Software)
- Need SQL Help (VB6 and Access) (Visual Basic 4 / 5 / 6)
- I need help..urgently (VB.NET)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Resume FTP Download
- Next Thread: Random Number Generator



Linear Mode