Is RecordID An INT?
Nov 12, 2004Hi,
When I get the RecordID from a table, which is an autonumber, is it an INT? If so, does anyone know how to convert an INT to String? Or is it better to go from String to INT?
Thanks for the help.
Hi,
When I get the RecordID from a table, which is an autonumber, is it an INT? If so, does anyone know how to convert an INT to String? Or is it better to go from String to INT?
Thanks for the help.
This is either a no brainer or falls into the calculated field syndrome.
My HR database stores Employee job history records. I display the current job (condition Null EndDate) in a subform. I would like to store the Division ID of this Job in the Employees Record, to make it easier to create Divisional reports. I am able to display the value by setting the Data Source to the subform field name value, but it won't write the value to the table. I have to manually type it in. There's definately some learnin' here!
Thanks for listenin':)