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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: QbLulu
  • Content: Threads
  • Order by date
  1. QbLulu

    Trying to hold the vbacode until form in function is closed

    I have a form with a button on it. the code under "onclick" event is like sub buttononclick DoFuction Msgbox("Hello world") end sub Function DoFunction Dim form1 as form Set frm = New Form_f_form2 clnIdentificationForms.Add Item:=frm, Key:=CStr(frm.Hwnd) Set frm = Nothing end...
  2. QbLulu

    recursive form for recursive table

    Hi, I have a problem crating a form that can call itself. Let 's say I have a table with fields id;parentid;term;termkind. (something like geographic terms: 1;null;USA;country and 2;1;Ohio;state, according to me a standard recursive tablestructure which tells you that Ohio is a state in the...

Part and Inventory Search

Back
Top