Feeding Database

  • Thread starter Thread starter Systemcrash
  • Start date Start date
S

Systemcrash

Hi everyone,

I have a little project where I need to people need to note some sales
informations database so their manager can check their performance in real
time. We have different groups and each group have different products with
different properties.

My concern is how the database will be feed.

I don't want to design a form for each product because I would need to
create about 100 of them. Is there anyway to create form by inheritance with
access? I read about the "Implements" statement but I didn't find anything
that could make forms to change dynamically.

Also I would like to know is there anyway to feed a Access Database with
html form without a web server?

Many thanks in advance
 
Not really sure what you're trying to do, but can you not have one form and
just change its RecordSource (using a query) to be specific for each
product? Perhaps have a form/subform, where the form lets you choose which
product, and the subform shows the data specific for that product.

And while I haven't tried it, I see no reason why you couldn't create an HTA
(HTML Application) that'll let you update your database.
 
Back
Top