Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Subforms Problem.

Status
Not open for further replies.

gloudo

Programmer
Feb 3, 2002
34
NL
Hi There,

I have a problem with some subforms.

I have a form with two subforms.
When I have changed one of the two subforms, the other subform has to be refreshed.

What do I have to do? X-)
 
Are you saying you have duplicate data being displayed in two subforms? Otherwise, why would either subform need to be refreshed because something was changed or added in the other?
 
The First One is an insertform and the second is a table
With The results, Where afterwards info has to be added.

Both The Table are in the same parentform. :cool:
 
That seems a little redundant. Is there a reason for designing the form this way?
 
It was, wasn't it.

But I solved it by replacing the second subform into the first.

Anyway, thanks. :)
 
To convert values entered in a combobox to uppercase, this was the code I used:

Me!Code = UCase(Me!Code)

The desired result was implemented in the control source (field in underlying table), but the row source of the combobox of another form that is this field in the underlying table was not converted to uppercase.

How do I solve this?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top