Hi Tammy23,
Yes actually I did get help with this. I ended up using a query to do it. If you have VBA code that does it. I would be interested in looking at it. If you need my help feel free to ask. Basically the query was pretty simple. I added the two tables joined them using the same field...
Thank you Skip! I got it working! I was making it way to complicated and your advice worked like a charm. I'm now using a query it works awesome.
Thanks again,
ScorpioX
Hi Skip,
I did actually try that but it does not seem to be working correctly.
This is what I tried. All it does though is copy everything over. It does not seem to be matching just importing everything.
SELECT `Raw_Data$`.User, `ADUsers$`.EmployeeNumber, `ADUsers$`.Department FROM {oj...
Hi Skip,
I'm kind of new to this. Well actually really new not kind of. Anyway. I don't think I really get what you're saying.
===================================================================
Sheet1
ColumnA ||ColumnB ||ColumnC ||ColumnD ||ColumnE ||ColumnF
Model ||Date...
ScorpioX (MIS)
Ok here we go. Not sure I'm explaining this right. So I will try the best I can.
I have Two Worksheets within the same Workbook. One is named Sheet1 the other is Sheet2. Sheet1 Has six columns (A, B, C, D, E, F)with 1000 rows. Sheet2 Has three columns (A, B, C) with 2000 rows. I...
Ok here we go. Not sure I'm explaining this right. So I will try the best I can.
I have Two Worksheets within the same Workbook. One is named Sheet1 the other is Sheet2. Sheet1 Has six columns (A, B, C, D, E, F)with 1000 rows. Sheet2 Has three columns (A, B, C) with 2000 rows. I would like to...
HI All,
Does anyone know what tells Windows it did not start sucessfully on the last attempt. Basically I have a sysprepped image and don't want to have to rebuild it or repackage it. Everything still works it just waits at the Advanced menu options until a choice is made or it times out. More...
PopulateListControlFromFile is a function used to populate a List box or Check box on your form. With the data from a text file.
1)Create a form.
2)Create 3 list boxes on the form named List1 List2, List3.
3)Create a TxtArray on the form, named TxtArray.
4)Create 2 command buttons, one named...
HarleyQuinn,
Thank you for your time and your posts. I did get it to work though. I added an On error statement and now it works like a charm. Not sure if it is the right way but it works. Below is the changes incase your interested.
Private Sub Form_Load()
On Error GoTo NoPath_Error...
sorry that would probably help. It errors at the If statement on List3. Keeps coming back as bad file name or number. I can get it to work if I put a path in there but I need to use a variable for it and I can not seem to get it right.
Thanks,
Scorpiox
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.