Help

  • Thread starter Thread starter Violeta
  • Start date Start date
V

Violeta

Hi,
I have to make a program for production, and no. of pile up must appear in
all forms (form for chemical lab, form for section) Haw I make theat?
In form chemical lab I introduce a kind of date about Mn, P, C ,S ,Si. I
make an If... then...else instruction to select kind of material function
by what date I introduce for Mn, P,C,S,Si, but with MsgBox only appear the
name of material , not inregister in a table. How I do to inregister?Can you
help me?
Best regards, Violeta
 
Hi,
I have to make a program for production, and no. of pile up must appear in
all forms (form for chemical lab, form for section) Haw I make theat?

What is a "pile up" in this context? Since we cannot see your
database, nor do we know anything about your lab, it's hard to know
what it is that you want!
In form chemical lab I introduce a kind of date about Mn, P, C ,S ,Si. I
make an If... then...else instruction to select kind of material function
by what date I introduce for Mn, P,C,S,Si, but with MsgBox only appear the
name of material , not inregister in a table. How I do to inregister?Can you
help me?

I'm not sure that I understand, but I'm guessing that you could use a
"Combo Box" control based on a table of the elements. No If/Then is
needed - just use a Combo Box with the desired value as its bound
column, bound to the field where you want the element stored.
 
Back
Top