J
Joy M
Hi -
I have a tblInvoice with 2 fields: invTransactionCode and invPaymentCode. I
built frmInvoice from tblInvoice.
Subsequently I renamed these 2 fields in tblInvoice. The new names are:
invTransactionType and invPaymentType.
I can see these new names in tblInvoice ( I have to link to the tables
because the tables are in a separate program).
I can see them in the field list for frmInvoice. And when I click on the
propeties of the controls,
I see the new names as the control source for the controls.
But my problem is, when I use Intellisense to write code (in an event of
frmInvoice), I am still prompted for the former names
me.invTransactionCode and me.PaymentCode. The new names are not in the
Intellisense dropdown list.
Would this be normal behaviour?
Is it possible for Intellisense to find the new field names??
Thanks!
Joy
I have a tblInvoice with 2 fields: invTransactionCode and invPaymentCode. I
built frmInvoice from tblInvoice.
Subsequently I renamed these 2 fields in tblInvoice. The new names are:
invTransactionType and invPaymentType.
I can see these new names in tblInvoice ( I have to link to the tables
because the tables are in a separate program).
I can see them in the field list for frmInvoice. And when I click on the
propeties of the controls,
I see the new names as the control source for the controls.
But my problem is, when I use Intellisense to write code (in an event of
frmInvoice), I am still prompted for the former names
me.invTransactionCode and me.PaymentCode. The new names are not in the
Intellisense dropdown list.
Would this be normal behaviour?
Is it possible for Intellisense to find the new field names??
Thanks!
Joy