I have two tables. Now other than the relationship they have the details are pretty much the same. The only reason they are in two tables is so i could could have a sub-record kinda thing.
I have two forms one for sub and one for main. But there may be times I need all the records on screen for filtering (say location) where the parent-child relationship is not important. Is it possible to have a way that all the records can be access and changed without needing two forms (or one form with repeating input boxs). I was thinking query? This is all to make it easier to find a record without wondering if its in this table or that table?
I have two forms one for sub and one for main. But there may be times I need all the records on screen for filtering (say location) where the parent-child relationship is not important. Is it possible to have a way that all the records can be access and changed without needing two forms (or one form with repeating input boxs). I was thinking query? This is all to make it easier to find a record without wondering if its in this table or that table?