D
duchessofireland
In design view I can see my subform - when I try to view it the other way it
is not there? Any ideas why?
is not there? Any ideas why?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
In design view I can see my subform - when I try to view it the other way it
is not there? Any ideas why?
My subform is actually based on a table. I'm trying to add a subform to a
job order form so that I can go through and add employees to a job one at a
time (kind of like adding purchased items to a receipt). Any help you can
give would be great! I'm really new at this and don't understand a lot of
"technical language". Thanks!
tblConstruction - Primary key is autonumber - information is location, job
type and dates
tblEmployees - Primary Key is autonumber - information is first name and
last name
tblAssignments - Primary Key is autonumber - 2 fields (autonumber from
employees and autonumber from construction)
Record source of the main form is Construction
Record source of the subform is Employees
LinkChildFields and LinkMasterFields are both ConstructionID
Okay...pretty much got that figured out... Now my problem is...I can select
my employees for the job. When I go to the next empty record - the employees
that I previously selected on the record before are already showing in the
next empty record. Ugh! Hopefully you can help. Thanks
Okay...record source for the main form is tblConstruction. for subform -
tblAssignments. Link Child and Link Master are Construction ID. The control
showing the employees is a combo box - Row source is =
SELECT EmployeeID AS Expr1, FirstName & " " & LastName AS FullName
FROM tblEmployees
ORDER BY tblEmployees.LastName, tblEmployees.FirstName;
Control Source of Combo Box is EmployeeID. Bound Column is 1. No there is
not an employee name showing up in the combo box on the subform, in the blank
row at the bottom. (((Not really sure what you are asking on this one)))
Every time I choose an employee from the drop down list, it creates another
blank row underneath of it. There is no Default Value. VBA code....I don't
know anything about that ....I assume the answer would be no.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.