Re: Connecting to a database
From: TC (no_at_email.here)
Date: 04/15/04
- Next message: TC: "Re: Opening related form *not* filtered but still at same record"
- Previous message: TC: "Re: Boolean value stored in a combobox!"
- In reply to: Robert: "Connecting to a database"
- Next in thread: Tom C.: "RE: Connecting to a database"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 15 Apr 2004 13:05:16 +0930
Robert, Visual Basic (VB) is fundamentally different to Access. So VB forms
are not the same as Access forms. A person could be the world's best expert
in Access forms, & have no clue about VB forms. You really need to get a VB
book, or ask your question in a VB forum.
And, your database is not an "Access" database! Access is just a "front end"
program to the actual database management program, MS Jet. VB can also act
as a front-end to MS Jet. Your database is a Jet database, not an Access
one. Access would not be involved in your application at all, methinks!
HTH,
TC
"Robert" <anonymous@discussions.microsoft.com> wrote in message
news:1c3ee01c42200$f7a2c300$a501280a@phx.gbl...
> Hello,
>
> i am trying to create a program in vb6.0 that links with a
> database in access 97.
>
> my target is to create a form that will search through
> records within the database (there are 3 tables linked)
> and then display this data in 3 different ways on a new
> form, these ways are:
> single record,
> multiple record,
> and parent/child
>
> can anyone please help me with coding?
> i could also do with a hand telling me how i should
> approach this program.
>
> Thank you,
>
> Robert
- Next message: TC: "Re: Opening related form *not* filtered but still at same record"
- Previous message: TC: "Re: Boolean value stored in a combobox!"
- In reply to: Robert: "Connecting to a database"
- Next in thread: Tom C.: "RE: Connecting to a database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|