G
Guest
I'm a novice who had to quickly build a large database with forms to
demonstrate some ideas. The database works well, but now I need to neaten it
up.
I put some lookups on the table. I knew it wasn't the thing to do, but it
got me to where I wanted to be. I want to remove the lookups, but I don't
want to replace them with combo boxes on the form, because users aren't able
to directly modify the field.
Table: GtTextTable
Field: PublicationStatus
Value   Text
0     In Progress
1     Ready to Publish
2     Ready to Update
3     Publish
etc.
I want to display the numerical values as text on a form.
Form: GtTextForm
Control: PublicationStatus.
What's the aesthetic? Put the values in a table? Query?
Suggestion to Microsoft: It seems to me that (in a Combo Box's properties)
it should be possible to remove the ability to click (somebody will now tell
me this is already so).
Thank you
Peter
demonstrate some ideas. The database works well, but now I need to neaten it
up.
I put some lookups on the table. I knew it wasn't the thing to do, but it
got me to where I wanted to be. I want to remove the lookups, but I don't
want to replace them with combo boxes on the form, because users aren't able
to directly modify the field.
Table: GtTextTable
Field: PublicationStatus
Value   Text
0     In Progress
1     Ready to Publish
2     Ready to Update
3     Publish
etc.
I want to display the numerical values as text on a form.
Form: GtTextForm
Control: PublicationStatus.
What's the aesthetic? Put the values in a table? Query?
Suggestion to Microsoft: It seems to me that (in a Combo Box's properties)
it should be possible to remove the ability to click (somebody will now tell
me this is already so).
Thank you
Peter