Re: Trouble opening a form from a subform combo box
From: Tammy (Tammy_at_discussions.microsoft.com)
Date: 12/14/04
- Next message: edoj: "RE: Incredibly Slow Form Load - now"
- Previous message: Ken Snell [MVP]: "Re: Vertical scroll bar missing"
- In reply to: Steve Schapel: "Re: Trouble opening a form from a subform combo box"
- Next in thread: Steve Schapel: "Re: Trouble opening a form from a subform combo box"
- Reply: Steve Schapel: "Re: Trouble opening a form from a subform combo box"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 14 Dec 2004 08:11:02 -0800
Hi Steve,
Thanks for the idea, it just gives me a blank form and doesn’t bring up the
record I am looking for.
I am going to work on getting my Documents table straitened out and see if
that will help :-) I know its not set up right, it is almost a separate
database. It is only set up the way it is because I had to pull all then info
out of a dbase program before IT deleted it or messed it up.
Thanks for the help :-)
Tammy
"Steve Schapel" wrote:
> Tammy,
>
> If the problem really is the data type mismatch, this may fix it...
> [Part_Number]=Format([Forms]![ECO
> FORM]![subfrmAffectedParts]![tblPartNumber_ID])
>
> If tblPartNumber_ID is a number, and you are able to match it to the
> data in the [Part_Number] field, then [Part_Number] must also be
> comprised of digits, even though it is text type, right? So is there
> any reason why you can't just change the data type of [Part_Number] to
> Number?
>
> --
> Steve Schapel, Microsoft Access MVP
>
>
> Tammy wrote:
> > I was able to do this once before using a macro, but I have had to make alot
> > of changes to my database, and now it won't work.
> >
> > I have a macro to open my form Documents. I have the following code in the
> > where condtion.
> > [Part_Number]=Forms![ECO FORM]![subfrmAffectedParts]![tblPartNumber_ID]
> >
> > I think my problem is Part_Number in Documents is text, and the
> > tblpartnumber_id is a number. tblpartnumber_id is a combo box.
> >
> > Thanks
> >
>
- Next message: edoj: "RE: Incredibly Slow Form Load - now"
- Previous message: Ken Snell [MVP]: "Re: Vertical scroll bar missing"
- In reply to: Steve Schapel: "Re: Trouble opening a form from a subform combo box"
- Next in thread: Steve Schapel: "Re: Trouble opening a form from a subform combo box"
- Reply: Steve Schapel: "Re: Trouble opening a form from a subform combo box"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|