I got it. I appreciate your help. Just sometimes getting me pointed in the correct direction helps. Thanks allot.
On Nov 18, 1:26 pm, p-rat <osupr...[ at ]yahoo.com> wrote:
[Quoted Text] > OK. After reading your message I was able to search through some posts > and found that I needed to change my 'Bound' property to column(1). > This fixed one of my problems. It is now storing the correct value for > the Location in my database. The autofill value that gets sent to an > unbound text box is not storing the correct value. It stores 0. Any > clues on this issue? > > On Nov 18, 12:55 pm, p-rat <osupr...[ at ]yahoo.com> wrote: > > > > > Yes. How is this solved? I can't figure it out. Thanks for your reply. > > > On Nov 18, 12:26 pm, John W. Vinson > > > <jvinson[ at ]STOP_SPAM.WysardOfInfo.com> wrote: > > > On Tue, 18 Nov 2008 09:36:50 -0800 (PST), p-rat <osupr...[ at ]yahoo.com> wrote: > > > >In the underlying location table it looks good. In the underlying > > > >query for this location table it looks good. When I look at the table > > > >for the data collection of the form (linked table to SQL Server) the > > > >location are wrong. They are numbers instead of text. It looks as > > > >though they might be the row or something of the location in a table.. > > > >Do I have something set to the wrong column or ??? > > > > My guess is that you're yet another victim of Microsoft's "Lookup Field" > > > abomination. This causes confusion because what's stored in the table is a > > > number, but what you *see* is the text value (from the lookup table). > > > > Is this in fact a Lookup Field in your table definition? > > > -- > > > > John W. Vinson [MVP]- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text -
|