Morning all and hi from a new member. I've come here for a bit of guidance really. I'm fairly new to VBA coding (as in the last couple of weeks i've started to learn), main reason being there are things in my job that now require it.
I've had some success in the last few days creating user forms, logging data and sending it to an access database but there is something i'd like to do now that has me a little stumped.
The task i want to perform could be done manually transferring data from one place to another, but i want it to be done using code as it will help me get to grips with coding and be something that i can show that i have learnt and built.
What i have is a list of staff names in a sheet in excel, it has their full name in one column and ther staff number in the next column. The company uses a database in access to keep track of staff but does not log their staff number as yet. What i want to do is put some code together that will search the access database, find the names of people in my excel list and then put the relevant staff number next to the correct person. I want to put a button into the sheet that when clicked performs this operation.
I'm not looking for exact coding or an exact procedure, only looking for a start off point, what i should be looking at etc
Many thanks for any help
KurtC
I've had some success in the last few days creating user forms, logging data and sending it to an access database but there is something i'd like to do now that has me a little stumped.
The task i want to perform could be done manually transferring data from one place to another, but i want it to be done using code as it will help me get to grips with coding and be something that i can show that i have learnt and built.
What i have is a list of staff names in a sheet in excel, it has their full name in one column and ther staff number in the next column. The company uses a database in access to keep track of staff but does not log their staff number as yet. What i want to do is put some code together that will search the access database, find the names of people in my excel list and then put the relevant staff number next to the correct person. I want to put a button into the sheet that when clicked performs this operation.
I'm not looking for exact coding or an exact procedure, only looking for a start off point, what i should be looking at etc
Many thanks for any help
KurtC