I have a table with a numeric primary key field. Is it possible to create a select statement which returns a list of the records with the same whole number??
E.g
144.2
144.4
144.5
144.7
144.8
144.9
I need this as the Rowsource for a combo-box. Are there wildcards that I could use??
E.g
144.2
144.4
144.5
144.7
144.8
144.9
I need this as the Rowsource for a combo-box. Are there wildcards that I could use??