473,387 Members | 1,456 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,387 software developers and data experts.

Can Access do this..?

Greetings,

I am trying to create a database program so that I can keep a record
of the stock adjustments I do here at work.

How should it work?
I often have to do adjustments for 3-4 products at a time. I would
like to be able to do each lot of 3-4 as a batch all of which have the
same "Adjustment Number". The idea is that I enter the details for the
first product, then click on "Save Line Details" which will bring up a
box with the message "Add another line?" User clicks yes then goes on
to lines 2, 3, 4 and so on. When all products are entered, I click on
"Generate Preview of Adjustments" to bring up a report of all that
I've entered so that I can confirm that it's all correct. Assuming all
is ok, I click on the "Finished" button which appends all the info to
the database for interrogation at a later stage.
So far I have designed the data entry form in VB. You can see it here:
http://www.geocities.com/brian_polli/adjust.html

Can I import this front end into Access so that this is the form that
I use to enter my data? I've tried to do this through the "Forms"
section of Access but I can't seem to bring it up let alone see if I
can connect it to a DB. I've tried designing a form from scratch in
Access using form design but I can't get the same functionality (can't
see how to include drop down menus as per image).

On the whole does this seem like a difficult program to put together?

Thanks in advance...

Brian
Nov 13 '05 #1
2 1311
No, you cannot use VB Forms in Access, nor import, nor convert them. Despite
the resemblance, they are different.

In VB, Forms are often unbound so it may be more convenient to work the way
you describe. In Access, bound forms work well and are the preferred
method... they update as soon as you move from a form to a subform or back,
or to the next record, or close the form.

Larry Linson
Microsoft Access MVP
"Brian" <br*********@hotmail.com> wrote in message
news:30**************************@posting.google.c om...
Greetings,

I am trying to create a database program so that I can keep a record
of the stock adjustments I do here at work.

How should it work?
I often have to do adjustments for 3-4 products at a time. I would
like to be able to do each lot of 3-4 as a batch all of which have the
same "Adjustment Number". The idea is that I enter the details for the
first product, then click on "Save Line Details" which will bring up a
box with the message "Add another line?" User clicks yes then goes on
to lines 2, 3, 4 and so on. When all products are entered, I click on
"Generate Preview of Adjustments" to bring up a report of all that
I've entered so that I can confirm that it's all correct. Assuming all
is ok, I click on the "Finished" button which appends all the info to
the database for interrogation at a later stage.
So far I have designed the data entry form in VB. You can see it here:
http://www.geocities.com/brian_polli/adjust.html

Can I import this front end into Access so that this is the form that
I use to enter my data? I've tried to do this through the "Forms"
section of Access but I can't seem to bring it up let alone see if I
can connect it to a DB. I've tried designing a form from scratch in
Access using form design but I can't get the same functionality (can't
see how to include drop down menus as per image).

On the whole does this seem like a difficult program to put together?

Thanks in advance...

Brian

Nov 13 '05 #2
Brian,
Get thee to a software store and buy a decent inventory module for your
accounting software. And stop listening to your bosses claptrap about how
his inventory problem is special. But . . . if you insist on reinventing
materials management software . . . Access has a continuous form view which
will do all of what you ask without writing a lick of code.

"Brian" <br*********@hotmail.com> wrote in message
news:30**************************@posting.google.c om...
Greetings,

I am trying to create a database program so that I can keep a record
of the stock adjustments I do here at work.

How should it work?
I often have to do adjustments for 3-4 products at a time. I would
like to be able to do each lot of 3-4 as a batch all of which have the
same "Adjustment Number". The idea is that I enter the details for the
first product, then click on "Save Line Details" which will bring up a
box with the message "Add another line?" User clicks yes then goes on
to lines 2, 3, 4 and so on. When all products are entered, I click on
"Generate Preview of Adjustments" to bring up a report of all that
I've entered so that I can confirm that it's all correct. Assuming all
is ok, I click on the "Finished" button which appends all the info to
the database for interrogation at a later stage.
So far I have designed the data entry form in VB. You can see it here:
http://www.geocities.com/brian_polli/adjust.html

Can I import this front end into Access so that this is the form that
I use to enter my data? I've tried to do this through the "Forms"
section of Access but I can't seem to bring it up let alone see if I
can connect it to a DB. I've tried designing a form from scratch in
Access using form design but I can't get the same functionality (can't
see how to include drop down menus as per image).

On the whole does this seem like a difficult program to put together?

Thanks in advance...

Brian

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

63
by: Jerome | last post by:
Hi, I'm a bit confused ... when would I rather write an database application using MS Access and Visual Basic and when (and why) would I rather write it using Visual Studio .Net? Is it as easy...
14
by: wolftor | last post by:
1) Is there a free runtime version of Access available that is more recent than the one for Access 2000? 2) If I create an application (MDE) in A2K, will it run on all later versions of Access?...
3
by: Scott | last post by:
Hi, If we want to compile an Access 2002 database and distribute it to others, will the compiled software run on any PC, like Windows 98, Windows 2000, etc. Also, you don't have to have...
5
by: Praty77 | last post by:
Hello - we have been using access 97 for a multiple user trading system at a small bank. Typically around 10 users entered a total of hundred trades everyday. Some of the data was shared with a...
20
by: Olav.NET | last post by:
I am a .NET/C++ developer who is supposed to do some work with Access. I do not know much about it except for the DB part. Questions: *1* I am looking for INTENSIVE books to get quickly up to...
4
by: ljubo lecic via AccessMonster.com | last post by:
I am an experienced ORACLE software developer who met ACCESS few months ago and I must say that ,so far, I am delighted. I rapidly developed a few aplications and everything is working extremly...
3
by: KEMDignam | last post by:
I have upgraded my computer to Access 2003, but I have not converted my databases since all of my clients still use Access 2000. I need to create a new MDB, but Access is telling me that I will...
92
by: Jeffrey P via AccessMonster.com | last post by:
Our IT guys are on a vendetta against MS Access (and Lotus Notes but they've won that fight). What I can't understand is, what's the problem? Why does IT hate MS Access so much. I have tried...
2
by: Dean Slindee | last post by:
Anybody written code in VB.NET to: 1) show a print preview window of reports already written and stored in an Access 2002 database; or 2) execute the print of a report stored in an Access 2002...
22
by: Jordan S. | last post by:
SQL Server will be used as the back-end database to a non trivial client application. In question is the choice of client application: I need to be able to speak intelligently about when one...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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.