Microsoft
Software
Hardware
Network
Question : How to extract table field list using query
I am creating a form that users will use to generate query on the fly similar to the ones on the following website:
http://www.fontstuff.com/a
ccess/acct
ut18.htm
.
I want to have a listbox with a selected list of fields from various tables in the database. Selecting Field List in Row Source Type gives all the fields and displays the field name like fldApplicant. I want to use a query so that I can display only the field that I want to display to the users(eg autonumber fields don't need to be displayed) and use alternative fields name such as Applicant Name
Answer : How to extract table field list using query
Or you can do this in a Value list:
fldAdminName;Admin Name;fldAdminEmail;Admin Email
Then set your Combo/Listbox to hide the first column, and show the second ... I've done exactly this with a Reporting interface I use.
Random Solutions
ADSI Query (linked server) to get computer name and OU's
Terminal Services CAL issue
Check box on sub form to select list items
Dlookup(price of item the last date/time it was completed)
BESR VHD Error
Why can't I see my vertical scrollbars in Access 2007 Form?
How do I hide the splash screen on application load? VB.NET 2005
IIS Anonymous User Password
Convert a T-SQL query to JET SQL aka Possible ALIAS Problems.
add/Remove/Next/delete(wit<wbr />h parameter-stored procedure)