A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

.pdf Storage



 
 
Thread Tools Display Modes
  #1  
Old July 7th, 2009, 02:56 PM posted to microsoft.public.access.forms
Denver
external usenet poster
 
Posts: 91
Default .pdf Storage

Hi,

I want a form with a subform that views a .pdf file, is it possible? I have
a scan documents in .pdf type I want that it will view under subform.

Let say I have combobox bound to a query [Drawing Number]. I want that when
I choose a certain drawing number it will show in the subform the .pdf
documents related to it. And when I choose another drawing number it will
display another .pdf documents related to it. Example if I choose drawing no.
BC-123456-001 it will displayin the subform the documents related to it. And
when I choose BA-145678-005 it will display the documents on the subfrom
related to it.

How would I start making it, if it is possible? pls. need your suggestions
and ideas.

Lastly how big is Access 2003 is capable of storing data?

thanks for any help, I appreciate
  #2  
Old July 7th, 2009, 04:32 PM posted to microsoft.public.access.forms
Al Campagna[_2_]
external usenet poster
 
Posts: 1,462
Default .pdf Storage

Denver,
Given that the unbound combobox on the main form is
named [cboDrawing Number], and your control in the subform
is named [Drawing Number].

On the subform's properties, make...
Link Child Fields = [Drawing Number]
Link Master Fields = [cboDrawing Number]

Use the AfterUpdate event of the Main form's [cboDrawing Number] to
Requery the subform, whenever the combobox value changes.
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."

"Denver" wrote in message
...
Hi,

I want a form with a subform that views a .pdf file, is it possible? I
have
a scan documents in .pdf type I want that it will view under subform.

Let say I have combobox bound to a query [Drawing Number]. I want that
when
I choose a certain drawing number it will show in the subform the .pdf
documents related to it. And when I choose another drawing number it will
display another .pdf documents related to it. Example if I choose drawing
no.
BC-123456-001 it will displayin the subform the documents related to it.
And
when I choose BA-145678-005 it will display the documents on the subfrom
related to it.

How would I start making it, if it is possible? pls. need your suggestions
and ideas.

Lastly how big is Access 2003 is capable of storing data?

thanks for any help, I appreciate



  #3  
Old July 8th, 2009, 08:35 AM posted to microsoft.public.access.forms
Denver
external usenet poster
 
Posts: 91
Default .pdf Storage

Thanks Al Campagna,

follow question I want to view the scan documents instead a hyperlink in my
subform would it be possible in access 2003.

thanks again

"Al Campagna" wrote:

Denver,
Given that the unbound combobox on the main form is
named [cboDrawing Number], and your control in the subform
is named [Drawing Number].

On the subform's properties, make...
Link Child Fields = [Drawing Number]
Link Master Fields = [cboDrawing Number]

Use the AfterUpdate event of the Main form's [cboDrawing Number] to
Requery the subform, whenever the combobox value changes.
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."

"Denver" wrote in message
...
Hi,

I want a form with a subform that views a .pdf file, is it possible? I
have
a scan documents in .pdf type I want that it will view under subform.

Let say I have combobox bound to a query [Drawing Number]. I want that
when
I choose a certain drawing number it will show in the subform the .pdf
documents related to it. And when I choose another drawing number it will
display another .pdf documents related to it. Example if I choose drawing
no.
BC-123456-001 it will displayin the subform the documents related to it.
And
when I choose BA-145678-005 it will display the documents on the subfrom
related to it.

How would I start making it, if it is possible? pls. need your suggestions
and ideas.

Lastly how big is Access 2003 is capable of storing data?

thanks for any help, I appreciate




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:49 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.