VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Generates and sets field captions from the field names(useful when creating data entry forms)

VB-Kung-Fu  (19 Submissions)   Databases/Data Access/DAO/ADO   VB 6.0   Unknown Difficulty   Tue 9th December 2003   Mon 8th February 2021

Generates and sets field captions from the field names(useful when creating data entry forms)

API Declarations


'field caption to name a label for a controls on a form, that allow data
'for the fields to be specified. So if you have a table with two fields
'EMPLOYEE_NAME and EMPLOYEE_AGE, this routine will set the captions to
'"Employee Name" and "Employee Age" and later when you create a form
'for the table Access automatically creates labels for these two fields
'using the 'clean' captions instead of the more arcane EMPLOYEE_NAME
'and EMPLOYEE_AGE field names

Rate Generates and sets field captions from the field names(useful when creating data entry forms) (1(1 Vote))
Generates and sets field captions from the field names(useful when creating data entry forms).bas

Generates and sets field captions from the field names(useful when creating data entry forms) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters