alright i created a form out of the PO table and i set a text field and a button in the data entry form within the button i added the event,
Code:
SetTempVar
name : VarAddFromTxtField
Expression : [ the txt field name here ]
open form
form name : [ Form of PO table ]
data mode : add
closewindow
and within the PO form i created a load event
Code:
setproperty
control name : the PO Number Field here
property : value
value : =[tempvars]![VarAddFromTxtField]
and now whatever number i add in the in the txt box and click on the button it auto adds that number into the PO table, lol and theres another combobox in the same form where i can choose the newly created PO number....
lol its not exactly how i imagined would be like .. well its just slightly tiny bit faster then switching forms
and once again thanks! =]