Forms :: Export Form To PDF Resolution

Dec 4, 2013

After a user completes a form, they click a button at the end that uploads the information the back-end database and creates a PDF copy using the DoCmd.OutputTo function. It has been working fine, but one user just had an issue where the form was very zoomed in and cut off. So I have 2 questions:

1) What is the cause of this problem? Is it based on screen resolution?

2) Is there a way to fix the problem to make sure it does not happen?

View Replies


ADVERTISEMENT

Forms :: Text Box Layout As Per Screen Resolution

Jul 13, 2013

I want to place a text box at the right bottom corner of a form. I tried but its position is changing as per moinitor sizes.

View 1 Replies View Related

Changing Form Size According To Screen Resolution

Oct 13, 2005

Hello this is my first post in the definetely best Access & VBA forum on the net and i hope i am in the correct forum to ask this.
I would like to know if there is any way in access to change the size of the for my users view according to their screen's resolution.
E.g. i am creting the form using 1280 x 1024 resolution and my users have 1024 x 768 resolution how go i make the form adapt to their res.
Thanks for any replies :D

View 3 Replies View Related

Help Needed To Change Form Size/resolution

May 2, 2005

I hope I can explain this clearly.
I have a subform that has a lot of information and I was wondering
if there is a way to make the subform appear as if one turned up the
resolution, thus making it's contents smaller, allowing me to pack more info
in it. I would love to leave the size of the main form alone.
I'm using Access 2000.
The sub form is currently displayed as datasheet.

View 1 Replies View Related

General :: Fitting Form According To Screen Resolution

Nov 21, 2013

I created a form which fits to my screen resolution. When I open it through an another computer which has different screen resolution then my form is opening according to my 1st screen resolution.

I wanted to fit the form resolution to the desktop on which it it opening. Is it possible?

How to set the form the screen resolution on which the form is opening.

View 3 Replies View Related

Forms :: Export Form Criteria To Excel

Apr 16, 2013

I have a form that has a ton of checkboxes.

1. Select Product (combobox) or All Products (CheckBox)

2. Product Type (3 different checkboxes)

3. Includes (10 checkboxes)

What I need is these checkboxes to filter the selected data from my Details table and export it to a new excel file that the user chooses where to save.

View 1 Replies View Related

Forms :: Export Design PPT To Access Form?

Apr 4, 2014

Is possible to export design ppt to a access form?

View 1 Replies View Related

Forms :: Any Way To Export A Form Into Body Of Email?

Mar 31, 2014

I made a form in Acces now i want to make a button in that form that if a user click on it it wel open a new email message with the form in it.. so NOT if a attachement but directly in the email body.

I'm sure there is a way to do this true vba or something else...

View 1 Replies View Related

Forms :: Possible To Export Data From A Form To Another Form Within DB?

Mar 28, 2014

I have made a form in acces with several training dates my question is can a export this data to another for in the DB? I have looked but can't find that option maybe it's possible true vba?

View 3 Replies View Related

Forms :: Export Current Record In Form To Another Database?

Apr 24, 2013

Currently, I have a database situation in which I am working in one database with data. If this data does not belong in this database I need to be able to take specific fields from the record and insert it into either a new table in a different database I have, or have it copied to a blank form that would accept it.

View 1 Replies View Related

Forms :: Searchable Form - Export Results Into Excel File

Jun 14, 2013

I have a table having fields, Group, Subgroup, Emails.

I want to make a searchable form that asks user to select Group and select sub group. And click on some Export button to export the results in to excel file.

As per my data in table, There are some subgroups in group and many emails in subgroups.

How this can be done in ms access 2010.

View 1 Replies View Related

Monitor Resolution

Sep 20, 2006

I just bought a new computer. It came with a GIGANTIC (for me) 19 inch monitor.

Here's the question. What resoution should I set the screen to?
I make databases for others.
If my forms are too big for their monitors they have to use the scroll bars all the time.
If my forms are too small it doesn't look professional.

Advise greatly appreciated.

View 3 Replies View Related

Screen Resolution

Apr 4, 2005

Is there a way a form can resize themselves depending on the screen resolution different computers use??

View 3 Replies View Related

Database And Screen Resolution

May 15, 2006

I couldnt find a search facility to see if this had been covered before, so apologies if it has been answered before.

I have created an application in Access (2002) which from the users side of things will start in a form and give them no access to the back end.

Unfortunately, it is entirely possible that different users will have their screens set at different resolutions and so the application will be unusable on some and too small on others.

I was wondering if it was possible for access to automatically resize according to the users screen resolution.

I have searched the MS Knowledge Base and help files etc, but I think it is looking less likely that it is possible. Creating 5 or 6 different versions for different screen resolutions would be a none option.

Thanks for reading.

Taker

View 3 Replies View Related

Access Chart Too Low Resolution.

Nov 22, 2006

Is there a way to have the same printing options for a chart in access as in excel.

View 1 Replies View Related

Automatic Screen Resolution

Dec 8, 2006

Hello,

How can I make my DB dectect the users computer screen resolution and adjust my forms and reports to it?

What is hapening is that is I make the DB on 1024/168 and than the user uses 800/600 the forms and reports look huge..... Is there a way to fix this automaticaly?

View 6 Replies View Related

Resolution Requested - SQL Statement In VBA

Jul 14, 2004

I have an Append Query that I developed and am wanting to use the SQL View statement in a piece of VBA code that I am writing. The problem is that it is not working.

Here is the SQL View when I am in Query Design View.
Code:INSERT INTO tblMasterAccountList ( AccountNum, AcctName, [Account Type], [Billing Spec] )SELECT TEMPAcct.Acct, TEMPAcct.Name, TEMPAcct.Type, TEMPAcct.BillingSpecFROM TEMPAcctWHERE (((TEMPAcct.Existing)=False));

Here is the code I have in VBA...
Code:Dim strSQL As StringstrSQL = "INSERT INTO tblMasterAccountList (AccountNum, AcctName, [Account Type], [Billing Spec]) "strSQL = strSQL & "SELECT TEMPAcct.Acct, TEMPAcct.Name, TEMPAcct.Type, TEMPAcct.BillingSpec "strSQL = strSQL & "FROM TEMPAcct "strSQL = strSQL & "WHERE (((TEMPAcct.Existing)=False));"DoCmd.RunSQL strSQL

The code runs fine in that no errors are generated, but it does not append the records. When I run the query outside of VBA, it does append the records. Is there something special that needs to be done with an action query for the SQL statement to work in VBA?

View 4 Replies View Related

Reports :: Unbound Object Frame Failing To Display Linked Image At Correct Resolution

May 18, 2013

I am using an unbound object frame to display an .png image file which is set in vba.

The image is an excel chart saved as a .png

The problem I have however is that the image I save from Excel is great quality, and is pretty tack sharp, but when I display the same file in the unbound object frame in access, it is not nearly as sharp.

I am setting the picture property of the control as:

ubImageUserChart = "c: empmyChart.png"

It displays alright, but is just a bit fuzzy - still quite legible, but it is a complex graph with a lot going on - has regressions and formulas etc on the graph, and they need to be very clear.

BTW - the unbound frame is the same size as the Excel chart which gets saved as a .png file. If I tile the images (Access unbound frame and original file in picassa preview) side by side - they are identical - size, orientation etc.

It is not practical for me to try and do the chart natively in access as it is way to complex. I am using access vba to drive an excel session to do all the statistical yack work and chart rendering, then displaying a png image of the resulting chart in an unbound object frame in access.

View 7 Replies View Related

Modules & VBA :: Export Specific Fields In Form To Excel Form

Feb 26, 2014

I have the form (PROJECT DETAILS) that displays a specific record's information, one record at a time.I would like to click a button to export 5 specific fields (name, phone, address) of that form ("Project Details"), based on the PK "AssignNr", and then insert those fields in an already created Excel form that has those fields blank, but other fields filled in.

And then, as part of the same macro, I want to have the Print pop-up come up in the Excel form to select where/how that file will get printed.I've tried exporting from the Project Details form, but it exports all the records. And then I am not sure how / where to code the vlookup formula (if that's even necessary) to take the data from the exported file, into the existing Excel form that needs to be filled in.

Can this even be done in one macro, or do I need to create two - one to export data from Access to Excel. And then another in Excel to vlookup the details from the exported file, into the existing Excel file.

It would be nice if I didn't have to put in what the vlookup criteria is. (i.e. AssignNr (which is the PK)) - if it could just be taken from the PROJECT DETAILS form's current record selection.

View 4 Replies View Related

Export The Export/import Specifications For Text Files

May 10, 2007

Hello,
Does anyone knows how can I export the export/import specifications (which file/directory) and how can I import/export the specifications between different versions of Access. Thanks!

View 3 Replies View Related

Forms :: How To Add Date And Timestamp To Export

Aug 13, 2014

How would I alter the below code to add a data and timestamp to an export?

Code:
Private Sub cmdExcel_Click()
DoCmd.OutputTo acOutputQuery, "qryResults", "ExcelWorkbook(*.xlsx)", "C:users" & Environ$("username") & "DocumentsqryResults & datetime.xlsx", , , , acExportQualityPrint
msgbox ("Export completed. Please click reset to return to original results.")
End Sub

After the & the datetime is showing up as file name.

View 1 Replies View Related

Forms :: Export Data With OutputTo

Apr 2, 2013

I am trying to export the data from a form to a textfile by using the following simple piece of code:

Private Sub Command188_Click()
DoCmd.OutputTo acOutputForm, "CC_MAIN_PROJ"
End Sub

it works, but gives me the data like this:

| SPEC | SIZE_1 | SIZE_2 | C1_s | C2_s | APS1 | APS2 | BPS1 |

what I really want is for the data to be without all the bars "|" and dashes etc. and even without headers. I just want a straight text output, maybe delineated by spaces or commas only.

View 1 Replies View Related

Forms :: Export Recordset To A Table

Jun 11, 2013

I have a main form with combo boxes to filter a subform. I want to be able to export the filtered subform data to a table within the database and only include the filtered dataset not all records.

View 14 Replies View Related

Forms :: Update And Export Selected Records

Dec 22, 2014

I would like to export selected records (from list box) to .xls file, also populate the same value to all selected records. The value will be entered on the form once.

I'm attaching a small sample DB, so you can see what I have so far.

The Export function, or the update record functions.

View 8 Replies View Related

Forms :: How To Paste Export Chart To Word

Jul 17, 2015

i have a form which displays 2 charts, i am able to export them to word document but i donot know how to paste them one after the other. currently they get printed one over the other.

here is the code :

Code:

Private Sub cmd_Print_Click()
Dim MyChartObj As Object
Dim MyLineObj As Object
Set MyChartObj = [Forms]![MainForm]![Sub_DisplayFm]![Graph_Chart]
Set MyLineObj = [Forms]![MainForm]![Sub_DisplayFm]![Graph_Line]
MyChartObj.SetFocus
DoCmd.RunCommand acCmdCopy

[Code]...

View 1 Replies View Related

Forms :: Allow Users To Export To XLSX Via A Button

Apr 2, 2014

I have a form that I'd like to allow users to export to .xlsx via a button on the form. However I'd like to make it so that once the button is pressed, they are prompted to select a folder location before the export takes place.

I thought I would find a lot more 'how to' on this specific issue, but haven't had much luck.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved