Some time ago in a post you pointed out that my data was not normalized
regarding ShipDate information. (As I said I have gotten in over my
head trying to help a friend (it might not help that I am a bit of a
perfectionist)). I have a db with regular orders and special orders.
Special orders can be mailed multiple times during the year (3,6,9,12).
Ultimately I want a Shipping Calendar Report. Which I have now (thanks
to you!) for regular orders. There are 4 main tables that contain all
order info: Orders (OrderID is pk), OrderDetails(OrderID & ProductID
are pk), OrdersSpecialProductDetails (SpecialOrderID is pk) and
ttblSpecialOrderShipping. Originally I had 12 fields in
OrdersSpecialProductDetails named ShipDate1 - ShipDate12. You pointed
out that was not normalized so I broke the table into two tables. The
new ttbl has fields SpecialOrderID, ShipDate, ShipDateID. Every way I
have tried to bring this ShipDate into my form does not work for
Special Orders. I have been struggling for over 3 weeks and just keep
increasing my level of frustration (especially since I would like to
finally finish this). I have redesigned and redesigned my queries,
relationships, forms and subforms. My latest version which has the
Order form with 2 tabs one for regular orders and one for special
orders. In the special order tab I placed a datasheet view subform with
ShipDate. This almost works. I can see dates I have entered in
ttblSpecialOrderShipping but I cannot enter new dates. Keeping track of
dates to ship is a big concern for my friend so this piece of the db is
critical. I have looked at MS Access books and online but can't find
anything similar short of expending large dollars to purchase a
predesigned db (which she really doesn't have funds for yet). My friend
had her first write-up in a local magazine and is online. Orders are
starting to come in on a faster basis and I am still sitting her with
her db (not a good thing). Thanks again for your support and patience.
I am sure to experts people like me seem dense not being able to put it
all together. I do have to admit that this has been a wonderful
learning experience.