T
Tally Ho
Until recently I had only used Access to manage data for my personal use.
Thanks very much to the knowledge gained here I have successfully designed
my first multi-user Access application. It's almost too successful.
It's pretty simple, a backend with a single table that contains data that I
import from various files:
tblProducts
---------------
id > PK autonum
MfgName
PartNum
Description
ListPrice
CostPrice
etc...
....and a front end distributed to users that contains a form with a combo
box and several text boxes that allows users to filter the table by
manufacturer name, part number, etc, in order to view the desired record(s).
Even users that are computer shy have found the application very useful and
easy to use. The problem is that many of the them are very "paper-centric"
and would like to be able to print "something" for future reference. I can
design a useful report but printing a single record at a time will kill too
many trees. I'd like to enable them to browse and mark multiple records for
later printing at the click of a command button. In my former single-user
world I'd simply add a Yes/No field to the Products table to designate items
to print but I am at a loss as to how to handle this in a multi-user
environment. If someone can offer some assistance or point me to a useful
reference I would be extremely grateful.
Thanks in advance
Steve P.
stevep AT monkey DASH butler DOT net
Thanks very much to the knowledge gained here I have successfully designed
my first multi-user Access application. It's almost too successful.
It's pretty simple, a backend with a single table that contains data that I
import from various files:
tblProducts
---------------
id > PK autonum
MfgName
PartNum
Description
ListPrice
CostPrice
etc...
....and a front end distributed to users that contains a form with a combo
box and several text boxes that allows users to filter the table by
manufacturer name, part number, etc, in order to view the desired record(s).
Even users that are computer shy have found the application very useful and
easy to use. The problem is that many of the them are very "paper-centric"
and would like to be able to print "something" for future reference. I can
design a useful report but printing a single record at a time will kill too
many trees. I'd like to enable them to browse and mark multiple records for
later printing at the click of a command button. In my former single-user
world I'd simply add a Yes/No field to the Products table to designate items
to print but I am at a loss as to how to handle this in a multi-user
environment. If someone can offer some assistance or point me to a useful
reference I would be extremely grateful.
Thanks in advance
Steve P.
stevep AT monkey DASH butler DOT net