How can I send you a form so you can help me create a database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to create a database (in access or excel) of organisations that my
organisation intends working with. I designed a template/form for details of
those organisations and sent it to them to fill in. Now I want to create a
database of those partner organisations. Now, I want to post that
template/form here with the fields that I want to go into the database form
so someone can help me create a database. How do I post that form?
 
If you really want to post a form, one way to do it is
to save it as text, then paste it into a message:

to get to the immediate window, type [ctrl][g]
then type this into the immediate window:

saveastext acform, "myformname", "c:\myform.txt"


But in general, I think you are more likely to get help
here if you ask a specific question about table design,
rather than asking someone to design a database for you.

(david)
 
I want to create a database (in access or excel) of organisations that my
organisation intends working with. I designed a template/form for details of
those organisations and sent it to them to fill in. Now I want to create a
database of those partner organisations. Now, I want to post that
template/form here with the fields that I want to go into the database form
so someone can help me create a database. How do I post that form?

You're misunderstanding how these newsgroups work. We're all
volunteers, donating our time to help answer specific questions.
Downloading a Form and redesigning it for you goes well beyond what
can be expected for free, volunteer support.

If you're having a specific problem designing a Form, post a
description IN WORDS of your table structure and the problem you're
having. Do note that you should start your database design, not with
the Form, but with your Tables; get the tables properly normalized and
related, and *then* start thinking about the form.

John W. Vinson[MVP]
 
Back
Top