Form Prob

tomtan29

New member
Local time
Today, 14:26
Joined
May 16, 2007
Messages
2
Hello everyone,

I have a single form thats not bounded, i mean that all controls in it are not connected to a table or a qwery. is there a way to bind a form with a table. iv tryed the following code but nothing happens

Me.RecordSource = "tbl_kataxorisi_deltion" '(table)
Me.EmploeeAA.ControlSource = "kataxoritis_code"'(field)
Me.Eponimo.ControlSource = "kataxoritis_name"'(field)
Me.FAKELOS.ControlSource = "FAKELOS"'(field)
Me.AX.ControlSource = "AX"'(field)
Me.IDOFRECEIPT.ControlSource = "IDOFRECEIPT"'(field)
Me.ID.ControlSource = "APOGRAFEAS_CODE"'(field)
Me.nameOfApografea.ControlSource = "APOGRAFEAS_name"'(field)
Me.CODE.ControlSource = "CODE"'(field)
Me.RecordSelectors = True
Me.NavigationButtons = True
Me.Requery
Me.Refresh
Me.Repaint

Please Help if you want

Thanks
 

Users who are viewing this thread

Back
Top Bottom