I completely agree with you but am at a loss on how to do it. Its been a long time since i have done access and table relationships were never my strong point.
I have a combo box I am using to fill bound text fields but for some reason it is only filling the first 2 text fields. Here is my code not sure what the issue is. I have modified it many times and cannot get it to poplulate the other fields.
Private Sub ccbo_AfterUpdate()
Me.Customer.Value =...
I need of a little help on this code. It is suppose to import a specific cell into a specific column of my table. (eventually i want this to go through several excel files, small steps LOL)
Here is my code (using access 2007 going to 2003 excel files)
Sub ADD()
Dim myRec As DAO.Recordset
Dim...