C
cmledbetter
I have a small db which I have implemented user-level security. I have
restricted access to my tables and access all information through RWOP
queries. I have two forms that use a combo box to provide selections for
accural rates. these rates are formated in my table as double, fixed, 6
decimal. (0.048536). Prior to converting my combo boxes to utilize the RWOP
query to draw there information my combo box displayed the number as shown.
Now the combo bos displaysthe accural rate as 0.05. There are multiple
accural rates that only vary at 3 or 4 decimal. Therefore all my options
display as 0.05. Unless I have overlooked something obvious I have checkedall
my property settings. Is there a means to display the full number in the
combo box without having to make my record source for this combo box the
originating table. The RWOP queries have worked justy great for text based
combo boxes but not for this numeric record source.
restricted access to my tables and access all information through RWOP
queries. I have two forms that use a combo box to provide selections for
accural rates. these rates are formated in my table as double, fixed, 6
decimal. (0.048536). Prior to converting my combo boxes to utilize the RWOP
query to draw there information my combo box displayed the number as shown.
Now the combo bos displaysthe accural rate as 0.05. There are multiple
accural rates that only vary at 3 or 4 decimal. Therefore all my options
display as 0.05. Unless I have overlooked something obvious I have checkedall
my property settings. Is there a means to display the full number in the
combo box without having to make my record source for this combo box the
originating table. The RWOP queries have worked justy great for text based
combo boxes but not for this numeric record source.