Hi,
I have a subform set as datasheet. The subform recordsource changes depending on user selection:
StSql = "SELECT tblProcess.ProcessID as [Process Code], tblProcess.ProcessDesc as [Process Description] FROM tblProcess; "
I would like the field headers in the datasheet to display as "Process Code" and "Process Description " instead of "ProcessID" and "ProcessDesc", the field names in the table.
I rarely use data sheets so I may be missing something really simple here.
Any help would be appreciated.
Thanks, Dan
I have a subform set as datasheet. The subform recordsource changes depending on user selection:
StSql = "SELECT tblProcess.ProcessID as [Process Code], tblProcess.ProcessDesc as [Process Description] FROM tblProcess; "
I would like the field headers in the datasheet to display as "Process Code" and "Process Description " instead of "ProcessID" and "ProcessDesc", the field names in the table.
I rarely use data sheets so I may be missing something really simple here.
Any help would be appreciated.
Thanks, Dan