Hi there
I have a table - Projects - with 2 fields: Project ID (autonumber) and Project Name.
I then have a 2nd table - Decorations Used - which contains 3 fields - Decorations Used Id; Project ID, and Decorations Name. The Project ID in this 2nd table is a Lookup field back to the table Projects.
However, in the 2nd table, when I drop down the Combo list, the IDs have 2 decimal places, even though it is formatted to a Long Integer with 0 decimal places in both tables.
Can anyone tell me how to display this Project ID without any decimal places please.
Many thanks
I have a table - Projects - with 2 fields: Project ID (autonumber) and Project Name.
I then have a 2nd table - Decorations Used - which contains 3 fields - Decorations Used Id; Project ID, and Decorations Name. The Project ID in this 2nd table is a Lookup field back to the table Projects.
However, in the 2nd table, when I drop down the Combo list, the IDs have 2 decimal places, even though it is formatted to a Long Integer with 0 decimal places in both tables.
Can anyone tell me how to display this Project ID without any decimal places please.
Many thanks
Comment