Feeding Database

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
 
D

Douglas J. Steele

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top