Hi
I have a main single record form that has a date field on it pupulated from primary table, i have subform (datasheet view) which is populated from the many table. the subform has a field that udates from the date field in the main form when a new record is added. A second field in the subform populates with the same date however it only shows the month datepart in the following format : mm
I now need the datepart "mm" to populate a third field but as a number. I have set the 3rd fields format as number but i only get zero as a result. I have tried copying the 2nd field into the third field but no luck
In a nut shell i need the fields to show :
a) 2008/02/15
b) 02
c) 02
I need the fields like this as i am creating an export recordset to be used in a 3rd party app that want info in a certain way. any help please:
I have a main single record form that has a date field on it pupulated from primary table, i have subform (datasheet view) which is populated from the many table. the subform has a field that udates from the date field in the main form when a new record is added. A second field in the subform populates with the same date however it only shows the month datepart in the following format : mm
I now need the datepart "mm" to populate a third field but as a number. I have set the 3rd fields format as number but i only get zero as a result. I have tried copying the 2nd field into the third field but no luck
In a nut shell i need the fields to show :
a) 2008/02/15
b) 02
c) 02
I need the fields like this as i am creating an export recordset to be used in a 3rd party app that want info in a certain way. any help please:
Comment