accUser2010
New member
- Local time
- Today, 11:57
- Joined
- Nov 4, 2010
- Messages
- 3
Lookup Column not extracting complete data(Solved)
Hi Everyone,
First of I would like to thank all the experts who are doing an excellent job in helping others. I hope my problem gets resolved soon.
I am having problem while using lookup column.
I am refering some other table values by using lookup column, its working but its not displaying the complete data. For example, I want to connect Table1.Column1 to Table2.Column1 whose data type - text. It has values like M0001, M0002. When I look in datasheet view of Table1.Column1, its displyaing a drop-down list of 0001, 0002.
Note: In Table2.Column1 I am using inputmask property : "M"0000. That means it will always display M and this should be followed by 4 digits. So in this case user is only entering 0001 and it displays M0001.
I am not sure if this is of any importance or not but still thought it might give you guys a clear idea.
I want to use the complete M0001 as the first letter supposed to be the distinguishing factor between the IDs of several tables.
Any help will be much appreciated.
Thanks in advance
Hi Everyone,
First of I would like to thank all the experts who are doing an excellent job in helping others. I hope my problem gets resolved soon.
I am having problem while using lookup column.
I am refering some other table values by using lookup column, its working but its not displaying the complete data. For example, I want to connect Table1.Column1 to Table2.Column1 whose data type - text. It has values like M0001, M0002. When I look in datasheet view of Table1.Column1, its displyaing a drop-down list of 0001, 0002.
Note: In Table2.Column1 I am using inputmask property : "M"0000. That means it will always display M and this should be followed by 4 digits. So in this case user is only entering 0001 and it displays M0001.
I am not sure if this is of any importance or not but still thought it might give you guys a clear idea.
I want to use the complete M0001 as the first letter supposed to be the distinguishing factor between the IDs of several tables.
Any help will be much appreciated.
Thanks in advance
Last edited: