Hi,
I have to tables.. ATWelding and Projects.
Each [projectID] contains quite a few [ATWeldsID] .. so what I have created is a form which has the project table fields in so [projectNumber], [Project Name], [Project End Date] and [Extra Project Details]. I then have a ATWelding as a subform which contains all the fields such as [Weld ID], [Location] etc, it also has a field [ProjectNumber] and this is automatically set to what the main form [Project Number] is.
This all works fine for entering new projects and new welds at the same time.
However if a weld is done a week later then the 1st few welds and is therefore being put into the database later, I want to be able to find that project easily without scrolling through all my project forms, I thought of using a combo box.
I have followed some guidelines http://blogs.office.com/b/microsoft-...arch-form.aspx
But I can't figure out the exact changes as it doesn't show on the drop down my list of project numbers. Any help would be greatly appreciated.
The 1st screen shot is what my form looks like. and the 2nd screenshot is what I have wrote in macro so far.