VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

3 Easy Combo Tasks

Mark Freni  (2 Submissions)   Databases/Data Access/DAO/ADO   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

The code demonstrates 3 common combobox tasks:
1.) Filling a cbo with a recordset
2.) Setting the cbo Text to a recordset field using a numeric rst field
3.) Setting the cbo Text to a recordset field using a non-numeric rst field

Inputs
The name of a combobox control, and the recordset field names

Assumes
The user needs to know how to open a recordset

Returns
Nothing, but they could be modified to boolean functions very easily

Rate 3 Easy Combo Tasks (15(15 Vote))
3 Easy Combo Tasks.bas

3 Easy Combo Tasks Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters