Adding rows with missing fields

  • Thread starter Thread starter Jonathan Blitz
  • Start date Start date
J

Jonathan Blitz

I have two form sthat are linked.

On one form I give search criteria that then display a number of rows from a
table in a second form.

I want the user to be able to add more rows in the new for and for the
fields from the search criteria (which are not displayed on the second for)
to get the values used in the search. I don't want the user to have to (or
be able to) enter the values).

How do I do this?


--
Jonathan Blitz
AnyKey Limited
Israel

"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."
 
Hi Jonathan,

I am not sure if I understand the problem correctly, would you please post
the following information?

1. How do you link the two forms?

2. What are the search criteria?

3. Is the new Form (FormB) bounded to a table?

4. I assume the issue is: FormA filters some records, when the users want
to add new records, FormB (new form) starts, users add new records in
FormB; do you mean you want to pass value from FormA to FormB for some
existing fields that don't need the user to enter the data?

Please feel free to reply to the threads if you have any questions or
concerns.




Sincerely,

Alick Ye, MCSD
Product Support Services
Microsoft Corporation
Get Secure! - <www.microsoft.com/security>

This posting is provided "AS IS" with no warranties, and confers no rights.



--------------------
| From: "Jonathan Blitz" <[email protected]>
| X-Tomcat-NG: microsoft.public.access.formscoding
|
| I have two form sthat are linked.
|
| On one form I give search criteria that then display a number of rows
from a
| table in a second form.
|
| I want the user to be able to add more rows in the new for and for the
| fields from the search criteria (which are not displayed on the second
for)
| to get the values used in the search. I don't want the user to have to (or
| be able to) enter the values).
|
| How do I do this?
|
|
| --
| Jonathan Blitz
| AnyKey Limited
| Israel
|
| "When things seem bad
| Don't worry and shout
| Just count up the times
| Things have worked themselves out."
|
|
|
 
Back
Top