Is there anyway to initialise a combo box in Access vba. I need to have a clear list before populating it from a recordset. I've tried to loop through using the removeitem but this is causing problems as the indexs don't always match and causes errors.
Is there anyway to Initialise a combo box in Access vba. I populate this witha recordset but can't seem to initialise the control which then repopulates the data.
hi
I've created a spreadsheet that populates data from an access data base which stores time_sheet details for staff. The first column/row holds the persons name,also I use the name box to store the their employee number using this code
'// Insert Label reference for each team member...
here is a snippet of the code.I,ve only incuded the relevant parts.
-- Create Record
Type call_flow_Rec is record(v_call_string varchar(4));
-- Create table of call_flow records
Type call_flow_Table is table of call_flow_rec
index by binary_integer;
v_CallFlow Call_flow_table...
Hi all
I have created an index by table that once processed is populated with a resultset. I would like to process this table to find certain criteria and check for duplicates.One way i,ve seen to do this is by using cast in order to create a Sql statement. Problem is everything I have tried has...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.