H
Helenae
I am trying to create a very simple form that allows me to enter 'for sale'
data on items from a complete inventory table.
I created 2 tables. 1 with the Master List of collectibles. The other with
more detailed data for the collectibles I want to sell (Sales Data).
I created a one to one 'relationship' between the 2 tables, joined by the
Primary Key# of the Master List and then an ID Key# for the Sales Data (each
item can only be sold once, so there are no duplicate numbers).
I want to be able to pull up the table containing my Master List in the
subform, filtered by the data in a listbox containing 1. for sale, 2. sold.
3. not for sale. I only want the 'for sale' filtered data to show up in the
subform, so I can select 1 record among them, and then add more data for that
one item (plus a photo) in the fields for the Sales Data (2nd table).
What has happened so far is, I used the wizard to create a Form with the
Listing Data as the main formview fields, and the Master List as the subform
in datasheet view. This is fine, except I cannot see a list of my 'for sale'
items, and the only way I get to see anything at all is if I type in the
record ID number, in which case the subform only shows me that one record
(how do I know which items I want to sell to write sales details for them
all?).
It seems like I have to find a spot that will allow me to enter that field
with the 'for sale' filter into the subform, but I cannot figure out how and
where to enter it.
Basicallly, how do you get a subform to pull up all the data completely
unrelated to the primary key field, but filtered by a different field?
Also, in Access 2007, I can Add Fields from 2 different tables into the same
form... EXCEPT photo images. If I try to drag the 2nd photo from the 2nd
table into the same form, I get a text box instead of a photo box. The
Property sheet says it's a photo... but it will not show the photo that is
showing in the single table form, it shows a textbox.
How do you put 2 photos from 2 different tables on the same form? (ie, 1st
table is original, 2nd table is restored condition. You want to see both
photos on the same form when entering sales information).
I can't find any information anywhere on how to do either of these in the
Help or the How To sections. Please please help, this is driving me nuts!
Helen
data on items from a complete inventory table.
I created 2 tables. 1 with the Master List of collectibles. The other with
more detailed data for the collectibles I want to sell (Sales Data).
I created a one to one 'relationship' between the 2 tables, joined by the
Primary Key# of the Master List and then an ID Key# for the Sales Data (each
item can only be sold once, so there are no duplicate numbers).
I want to be able to pull up the table containing my Master List in the
subform, filtered by the data in a listbox containing 1. for sale, 2. sold.
3. not for sale. I only want the 'for sale' filtered data to show up in the
subform, so I can select 1 record among them, and then add more data for that
one item (plus a photo) in the fields for the Sales Data (2nd table).
What has happened so far is, I used the wizard to create a Form with the
Listing Data as the main formview fields, and the Master List as the subform
in datasheet view. This is fine, except I cannot see a list of my 'for sale'
items, and the only way I get to see anything at all is if I type in the
record ID number, in which case the subform only shows me that one record
(how do I know which items I want to sell to write sales details for them
all?).
It seems like I have to find a spot that will allow me to enter that field
with the 'for sale' filter into the subform, but I cannot figure out how and
where to enter it.
Basicallly, how do you get a subform to pull up all the data completely
unrelated to the primary key field, but filtered by a different field?
Also, in Access 2007, I can Add Fields from 2 different tables into the same
form... EXCEPT photo images. If I try to drag the 2nd photo from the 2nd
table into the same form, I get a text box instead of a photo box. The
Property sheet says it's a photo... but it will not show the photo that is
showing in the single table form, it shows a textbox.
How do you put 2 photos from 2 different tables on the same form? (ie, 1st
table is original, 2nd table is restored condition. You want to see both
photos on the same form when entering sales information).
I can't find any information anywhere on how to do either of these in the
Help or the How To sections. Please please help, this is driving me nuts!
Helen