B
BigG
Okay here is the situation as best as I can describe it so far:
I need a database for recording incoming raw material (steel).
What this database will need to do is allow me to enter and keep trac
of things like: (per item)
Supplier
Date
Part#
Description
PO#
Quantity
Inspected By
Comments
....and most important (this will be the first field, I made it m
Primary Key) is a field called LTN. This is a traceability number tha
is assigned to everything that comes in the door. Now, this number ha
to be:
1. Unique for each item entry and sequential (starting at around 170
to pick up where our current numbers leave off) and has to be bumped u
one per entry
2. Automatically generated BY the database when I start entering a ne
item.
3. I must be able to retrieve information by this field at a later dat
if need be.
I also need to print each individual item entry in the database when
enter it (a hard copy of the "Material Recieved Report" for that ite
is place in it's file)
*What I have figured out so far*
I made a database with all my fields that I need including all of th
above and I made LTN my Primary Key field.
I formated a report that suits my needs (sort of). The main proble
with the report is I can get it to show only one item per page by usin
the Force New Page from the group header properties, but when I go t
print, it will print out one per sheet but also it prints ALL record
in the database, so I end up with a ton of sheets with one item pe
page this will be a TON of sheets.
And I don't want to have to adjust the print options to "current page
every time if I can avoid it, because forgetting to do this could ja
us up.
One other thing is now that I made my LTN field the Primary Key, when
go to open my report it asks me to enter a parameter value everytime.
am assuming it is asking this because I have not set a AutoNumbe
option to this field (which I am to understand I should NOT if I wan
to this field to mean anything.)
SO I need to know how to set that number up correctly and also if I ca
do anything about the printing situation.
I believe access can do this, I am hoping anyway for sh!ts sake I a
doing the exact same thing right now on a program that was written i
DOS on a cheapo program like back in 1960 or something (called Q&A) o
a PC that is about to fall over and die, and it is working perfectly
The only problem is el-cheapo program is out of business and we hav
all new PC's that have to work together and this program is so outdate
it can't be installed. Plus we were told we need to try and ge
everything on office based programs.
So thanks in advance for any help.
I can send anyone who wants to help all my files to look at ro whateve
you need.
BTW, I just learned everything I just did since yesterday, I am ver
new at this but grasping it quick, and I no ZERO about VB or coding o
anything like this so I will have to be walked through if that is th
case.
Thanks again
G
I need a database for recording incoming raw material (steel).
What this database will need to do is allow me to enter and keep trac
of things like: (per item)
Supplier
Date
Part#
Description
PO#
Quantity
Inspected By
Comments
....and most important (this will be the first field, I made it m
Primary Key) is a field called LTN. This is a traceability number tha
is assigned to everything that comes in the door. Now, this number ha
to be:
1. Unique for each item entry and sequential (starting at around 170
to pick up where our current numbers leave off) and has to be bumped u
one per entry
2. Automatically generated BY the database when I start entering a ne
item.
3. I must be able to retrieve information by this field at a later dat
if need be.
I also need to print each individual item entry in the database when
enter it (a hard copy of the "Material Recieved Report" for that ite
is place in it's file)
*What I have figured out so far*
I made a database with all my fields that I need including all of th
above and I made LTN my Primary Key field.
I formated a report that suits my needs (sort of). The main proble
with the report is I can get it to show only one item per page by usin
the Force New Page from the group header properties, but when I go t
print, it will print out one per sheet but also it prints ALL record
in the database, so I end up with a ton of sheets with one item pe
page this will be a TON of sheets.
And I don't want to have to adjust the print options to "current page
every time if I can avoid it, because forgetting to do this could ja
us up.
One other thing is now that I made my LTN field the Primary Key, when
go to open my report it asks me to enter a parameter value everytime.
am assuming it is asking this because I have not set a AutoNumbe
option to this field (which I am to understand I should NOT if I wan
to this field to mean anything.)
SO I need to know how to set that number up correctly and also if I ca
do anything about the printing situation.
I believe access can do this, I am hoping anyway for sh!ts sake I a
doing the exact same thing right now on a program that was written i
DOS on a cheapo program like back in 1960 or something (called Q&A) o
a PC that is about to fall over and die, and it is working perfectly
The only problem is el-cheapo program is out of business and we hav
all new PC's that have to work together and this program is so outdate
it can't be installed. Plus we were told we need to try and ge
everything on office based programs.
So thanks in advance for any help.
I can send anyone who wants to help all my files to look at ro whateve
you need.
BTW, I just learned everything I just did since yesterday, I am ver
new at this but grasping it quick, and I no ZERO about VB or coding o
anything like this so I will have to be walked through if that is th
case.
Thanks again
G