> The solution doesn't work for DataSheet view because you don't control how
> the form looks, Access does and it won't overlay one control with another
[quoted text clipped - 63 lines]
> > Again, thanks for your help.
> > Bernie
Okay, I have modified everything as you suggested, and everything
seems to be configured as you instructed. However, EXACTLY the same
thing happens with the Continuous Form as was happening with the
DataSheet Form. As soon as I select a "Directory" value in a new row,
the Department value goes blank (not visible).
By the way, an additional thing I did was to make the DeptName Text
Field tab stop = No. I don't know what else to try at this point.
I'm sure this is not a problem with the form, but something else
regarding the Directory and Department Tables. So in case that is the
problem, I'm showing you the table design of each.
zDepartments: Table
DeptID.........AutoNumber
DeptName...Text
DirectoryID...Number...Row Source for Lookup: SELECT
zDirectories.DirectoryID, zDirectories.Directory FROM zDirectories
ORDER BY zDirectories.Directory;
zDirectories: Table
DirectoryID...AutoNumber
Directory.....Text
I hope this helps you, or someone else to find the problem.
Thanks again...
Bernie
Pat Hartman - 22 Jan 2008 22:41 GMT
Try changing the z order of the two controls. I may have that backwards. I
don't have a database where I used this method handy. To prove to yourself
that it will work, drag the new control down to a separate line. The new
control should show the valid value regardless of the state of the combo's
RowSource.
>> The solution doesn't work for DataSheet view because you don't control
>> how
[quoted text clipped - 101 lines]
> Thanks again...
> Bernie
iamnu - 23 Jan 2008 02:05 GMT
> Try changing the z order of the two controls. I may have that backwards. I
> don't have a database where I used this method handy. To prove to yourself
[quoted text clipped - 111 lines]
> > Thanks again...
> > Bernie
I found the problem! Hooray!
It was just a simple matter of setting the BackStyle to Transparent.
I promise, I did this several times but apparently did not save the
form properly.
In any case, it now works.
I appreciate your help Pat. Thanks for staying with me on this.
Bernie
Pat Hartman - 23 Jan 2008 15:53 GMT
Glad to help. I'm hoping that one day, Access will handle this natively:)
>> Try changing the z order of the two controls. I may have that backwards.
>> I
[quoted text clipped - 128 lines]
> I appreciate your help Pat. Thanks for staying with me on this.
> Bernie
Jokeascool - 29 Feb 2008 20:05 GMT
Hello Pat and Others.
I am having the exact same problem, but I feel I am a little denser then
iamnu.
Could you please break down the solution a little further? I get all of the
points about the form controls. I just do not understand where the text box
will get the data from. Any aditional help would be very appreciated!
Joe
> > Try changing the z order of the two controls. I may have that backwards. I
> > don't have a database where I used this method handy. To prove to yourself
[quoted text clipped - 119 lines]
> I appreciate your help Pat. Thanks for staying with me on this.
> Bernie