Hi,
Need help with text box issue. I have a form with a combobox that allows the user to select Monthly, Quarterly, Semi-Annual, or Annual. The resulting selection is stored in a field called timeframe on a table called Personnel; but the stored data is a number (1,3,6,12 respectively).
On a different form, I wish to display the content of field timeframe from table personnel but display the text equivalent, not the number.
For example, user selects Quarterly from the combobox. The value "3" is stored in field timeframe on table Personnel. On form flight chief, I wish to have the textbox frequency retrieve the content of field timeframe but display the text equivalent; in this case "Quarterly"
Any suggestions? Everything I have tried always returns the numerical value not the text.
Thanks Hawg1
Need help with text box issue. I have a form with a combobox that allows the user to select Monthly, Quarterly, Semi-Annual, or Annual. The resulting selection is stored in a field called timeframe on a table called Personnel; but the stored data is a number (1,3,6,12 respectively).
On a different form, I wish to display the content of field timeframe from table personnel but display the text equivalent, not the number.
For example, user selects Quarterly from the combobox. The value "3" is stored in field timeframe on table Personnel. On form flight chief, I wish to have the textbox frequency retrieve the content of field timeframe but display the text equivalent; in this case "Quarterly"
Any suggestions? Everything I have tried always returns the numerical value not the text.
Thanks Hawg1