one on the guys on here really helped me create some code that went into the form " acknowledge order" i have now copied that code to the " enter order details
the problem i have is that the when i create a text box to look for the customer name it gives me the ID number for that customer not the name . how can i create box to give me the name . then the code will look at that name . the form name is called orders that has the dropdown box in it
i thought you had to look at the column and the second row but i dont know how to do it the code below is a peice that i copied for the from acknowledge order"
thanks steve
the problem i have is that the when i create a text box to look for the customer name it gives me the ID number for that customer not the name . how can i create box to give me the name . then the code will look at that name . the form name is called orders that has the dropdown box in it
i thought you had to look at the column and the second row but i dont know how to do it the code below is a peice that i copied for the from acknowledge order"
Code:
varFolder = varFolder & "\" & Year(Date) & "\" & [Order detials subform]![CustomerName
thanks steve