473,385 Members | 1,901 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Forms in Access with VB Programing

harshadd
176 100+
How do i use forms created in a .MDB file, with VB 6 for data entry etc.
Rgds HND
Jun 4 '09 #1
2 1258
charli
23
For data entry into the same database?

Use bound forms (such as created using the Create Form Wizard) that makes forms directly based upon your tables or queries

Or make your own unbound forms, and use DAO or ADO to put the data in the appropriate tables

You'll have to be a bit more specific to get a more specific answer.
Jun 5 '09 #2
harshadd
176 100+
I mean to say
I am creating FORMs in a MDB file using create forms wizards.
I dont want users to access MDB file directly but to use forms inside it from VB6.
that means opening (running / executing) a access form from VB for data entry
Jun 6 '09 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: RS | last post by:
I got a website where you going to have members area and newsletter. So how do I go about creating the cgi/perl forms and storing it the mySQL database? Take a look at my site where the members...
3
by: scott | last post by:
hi all, hope some one can help iv created a datagrid that points to a DataView. the data view takes in a DataTable. The DataTable then adds the columns using DataColumn. All fine so far. ...
7
by: What-a-Tool | last post by:
I have an mdichild form whose minimum size I want to limit (can't be dragged below a certain size) Even though I am running .NET 1.1 where the minimum size property supposedly works, it's not...
2
by: Nathan Franklin | last post by:
Hello guys, I am having a few problems with my Smart device programing.. I am new to it so I am not quite sure if this is the right thign to do. When I click a button and one my forms I want...
4
by: SVandal | last post by:
I am very new to programing and I am working on a UI that sets parameters to control a system. Some of the settings are used infrequently so I created a advanced_settings button that opens a form...
12
by: Xah Lee | last post by:
Of Interest: Introduction to 3D Graphics Programing http://xahlee.org/3d/index.html Currently, this introduction introduces you to the graphics format of Mathematica, and two Java Applet...
15
by: Xah Lee | last post by:
On Java's Interface Xah Lee, 20050223 In Java the language, there's this a keyword “interface”. In a functional language, a function can be specified by its name and parameter specs....
2
by: Martin Arvidsson, Visual Systems AB | last post by:
Hi! Before i am going to write my app, i need to ask two questions. 1. Is the MDI about to dissapear? What style of programing should you apply? 2. Did a little experiment with MDI forms....
7
by: jp | last post by:
Hi. I'm new to C#, but I've been programing in C++ and VB for years. I wrote a public method inside a form: public bool bConnect(string strServerName, string strDBName, string strUser, string...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.