create another field during running the Form

  • Thread starter Thread starter wazza w via AccessMonster.com
  • Start date Start date
W

wazza w via AccessMonster.com

hi

seem like i am running the Database Access and running the Form, and create a
button that to add extra fields such as User1.LastName and User1.FirstName,
and during the Form you press a button "Insert Extra User" you will see
another User2.LastName and User2.First and maybe you can have 100 users in
the same Form when it's running not during View Form...

Thank you very much,
 
hi

seem like i am running the Database Access and running the Form, and create a
button that to add extra fields such as User1.LastName and User1.FirstName,
and during the Form you press a button "Insert Extra User" you will see
another User2.LastName and User2.First and maybe you can have 100 users in
the same Form when it's running not during View Form...

Thank you very much,

WHOA.

You're WAY off track.

If you want to add 100 users - add 100 *RECORDS*, not 100 *fields*.

What is your table structure? What do you mean by "running" a Form? A
form isn't an executable program; it's a window, a way to enter data.
By default, a Form automatically lets you add new records - just press
the *> button on the navigation bar at the bottom and you're on the
new record; or of course you can go to the new record a dozen other
ways.

I also don't understand what you mean by "when it's running not during
View Form". Could you explain? Do you perhaps want a Continuous Form
view so that you can see multiple users onscreen at once?


John W. Vinson[MVP]
 
actually, do you know when you go form and double click on the file? and you
see that the form is working and you just have to put the data entry in it?
so in the same time, seem you are filling the last and first name and then
you want to add another partner , so you will press on the button to insert
more person, and when you press it, you will see another field has been
creater under the Last and First Name. Means ==
this is before you add another partner
first Name : Last Name:
"insert more partner"(that's the button)
address: postcode:
telephone


here when you press the button, you will see like
first Name : Last Name:
"insert more partner"(that's the button)
firstName: LastName:
address: postcode:
telephone

hopefully this will be clear for you.
by the way i dont want to use form inside the form.

thank you very much


John said:
[quoted text clipped - 5 lines]
Thank you very much,

WHOA.

You're WAY off track.

If you want to add 100 users - add 100 *RECORDS*, not 100 *fields*.

What is your table structure? What do you mean by "running" a Form? A
form isn't an executable program; it's a window, a way to enter data.
By default, a Form automatically lets you add new records - just press
the *> button on the navigation bar at the bottom and you're on the
new record; or of course you can go to the new record a dozen other
ways.

I also don't understand what you mean by "when it's running not during
View Form". Could you explain? Do you perhaps want a Continuous Form
view so that you can see multiple users onscreen at once?

John W. Vinson[MVP]
 
actually you were talking about Add New Record, and i didn't want that....
as i showed you the example before, and this something to do with VB.net or
anything you can do,

this is before you add another partner
1) first Name : Last Name:
"insert more partner"(that's the button)
address: postcode:
telephone

here when you press the button, you will see like
1) first Name : Last Name:
2) firstName: LastName:
"insert more partner"(that's the button)
address: postcode:
telephone

and remember i don't want to use subform, and this insert more partner should
be dragged down automatically when you add extra partner.

hopefully that will help you.
by the way about the code, i need the code from you if you help or give me a
files with samples example to my email: (e-mail address removed)

thank you.
 
Back
Top