chris-uk-lad
Registered User.
- Local time
- Today, 11:14
- Joined
- Jul 8, 2008
- Messages
- 271
Hi all,
I have a problem with a table ive linked to / selected contents into a copy of said table. The field type of one of my columns changes to text (shows as text on the link dispite being a number). Ive tried converting said column to a number column using the following command but to no avail.
Any suggestions as to what i need to do?
Many Thanks
I have a problem with a table ive linked to / selected contents into a copy of said table. The field type of one of my columns changes to text (shows as text on the link dispite being a number). Ive tried converting said column to a number column using the following command but to no avail.
Code:
ObjConn.Execute "ALTER TABLE tblALLOC ALTER COLUMN PAL01 Number (Long Integer)"
Any suggestions as to what i need to do?
Many Thanks