Transfer To New PC Gives OLE Error

Jun 5, 2006

I've transferred a database to a new PC, with Office 2002 installed.

The forms hold some text data and a photograph.

The database loads and displays correctly.

But I cannot add a new photograph. I get a message something like: Microsoft Access cannot get the OLE something-or-other. Sorry for the lack of detail, but I'm sending this from another PC.

Is there something (on Disc 2 of Office 2002?) that I need to install after I've installed Access & the rest of Office? Should I have opted for a full installation?

After much messing around, I got rid of this error - but still no photo. Instead, the filename of the photo is displayed in the window where the photo should be.

Please help!!!

View Replies


ADVERTISEMENT

Transfer Of A Value

Jan 27, 2005

You'll have to forgive me I kinda new at this. I have a form with a non linked subform on it. The main form has one control on it called CustomerID, the subform's record source is from a select query that is updated by a cmdButton on the main form. The cmdButton runs an update query. One of the controls in the subform is called CustomerID, this control has no other purpose than to hold the same value that the main forms control (CustomerID) has. I want the cmdButton's OnClick event to transfer the value from the mainform CustomerID and place it into the subform CustomerID. Any help on this would be greatly appreciated.

View 3 Replies View Related

How To Transfer Data

Sep 8, 2005

Hi there,

This is my problem i am going to try and explain myself as clearly as possiable hopefull you will be able to understand me.

When i enter my data bank through Access, a mask opens or is it a form i am not too sure but i have sent an attachment with the sceen image.

Lets say i am looking for the data of John. I click on search and i find him. Now my Mask or form has sub forms in them for diffent information, i have made a large red circle on the attached picture to show what exactly i am talking about. These sub folders contain information such as gernerall information, bussiness information etc.

All this information ... data is part of john 's dataset or data record. SO what i want to do is take his data all of it and send it to john himself and he then can edit it and send it back to me and i want to check it and if i am satisfied with the data i can update the new information automatically into my database. and i want to beable to edit it myself too. i want all his data to be like a data book of john. The editing can take place it any problem such as Accesss itself or word or excell i just wan to be able to edit and transfer my data without damaging or loosing information.

My probles are as follows:

1) how to send john's information all of it
2) how to add it back to my database both automacticly and manuelly
3) how to edit his data as a whole, not bits and pices. as if it was one long report.

Thanks i hope i was clear enough

View 5 Replies View Related

Data Transfer

Jan 24, 2007

Evening Gents.

I've created a database which is going to need a fair amount of data uploading into it (a long laborious procedure).

My initial plan to cut the work load for one person was to create 2copies of the database and split the upload in half (get two people to do it).

However, one of my tables is a parent to around 4 childs, therefore when i copy the information from this parent table in datasheet view from one db to another, it doesnt transfer it's associated data.

Is there anyway to get around this? Any advice/tips/hints would be much appreciated

(hope this has made sense, please let me know if clarification is needed)

View 1 Replies View Related

Transfer Text

Mar 9, 2007

I have a macro which transfers a fixed width file to my desktop. The name is neppow.txt. Can I have this file land with the date dynamcially populated in the name?

Example:

neppow_20070308.txt today

neppow_20070309.txt tomorrow

thanks!

View 6 Replies View Related

Transfer Text (csv) In DAO

Nov 13, 2007

does anyone know what this code would be like in DAO ?

[code]
DoCmd.TransferText acExportDelim, "My_Transform", "Table", "C: empxxx.csv"
[code]

View 6 Replies View Related

Transfer Database

Nov 29, 2007

Im stuck on a project that I have received help on before. I am trying to E-Mail a daily report created by a macro in Access 2000. It needs to go out as an excel spreadsheet, but in a format that can be opened in a Blackberry. The advise i was given was to use Transferdatabase. This is where i become unstuck. No matter what I type where i come unstuck. Is there anyone out there that can possibly advise me what to do in "idiot proof" steps?
Im afraid my knowledge of Access is limited to 2 weeks self taught knowhow ?

View 7 Replies View Related

Transfer Data DB To DB

Dec 14, 2007

I need to set up an automated process to transfer data from about 25 tables from one database to another. This will happen on a weekly basis and I'm wondering what the best way to set this up is.

Both are Access 03 db files. The main database has data for a dozen or so clinics and I need to get the data for one clinic out and in to the the secondary db. The data in the secondary db will be replaced every week with fresh data from the main db. Once it is refreshed with new data the clinic will download the db from our site.

My first thought is to just export queries to CSV files and then import them in to the secondary db file. If run from a macro it could be a scheduled task. I could then import the CSV files. This could also be automated with a macro.

Any other ideas.

View 7 Replies View Related

Transfer Spreadsheet

Jul 27, 2007

I have a database scheduled to run nightly. In this database I have a macro that runs a macro. I want one of the arguments to export "T_Update_Log" from the database to an excel file as part of it's nightly macro. When I use "Transfer Spreadsheet" in my macro, it creates a new worksheet in my excel file each night (for example: T_Update_Log1, T_Update_Log2, etc) Instead, I want it to overwrite existing one.

I have also tried "Export" command, but that throws a prompt asking if I want to overwrite the existing excel file. I cannot have any message prompts during my nightly task or else it will stop the whole process. Setting the Warnings to No does not stop this particular message prompt.

Thoughts? Thanks in advance!

View 2 Replies View Related

Electronic Funds Transfer

Apr 27, 2005

A customer wants to do electronic funds transfer from an accounts receivable system that I wrote for them. The only information that I have gotten from their bank is that the data should be in ACH (automated clearinghouse) format. I have never dealt with this before, but I assumed that I would just have to output the data in probably an ASCII file. I have been searching the net, but have only seen software or services that handle this. I haven't found any definitive information on exactly what the details of ACH format are. I was also surprised not to find any threads here about this. I'm sure there are plenty of those who have already dealt with this.

Any thoughts would be appreciated.

Thanks in advance.

View 2 Replies View Related

Transfer Text Via A Macro

Aug 22, 2005

Hi

I have setup a query from which I have setup a macro which exports the queried data to a .txt delimited file, does anyone know how I can stop it putting Quotes aroung each field and just leave the commas in.

Thanks,

Lisa

View 2 Replies View Related

Transfer Data To Other Tables ?

Sep 16, 2005

I am creating a Transport databse and got stuck into something.

I have created a master table " Vehicle Details " which inlcudes all the details of cars. Then i created two sub-tables " Vehicles in Garage" and " Vehicles assigned to Drivers". I will be using the forms ( ofcourse :) ) to enter and edit data. What now i want to do is from a master table i want to tranfer all details of a particular car either to " Vehicles in Garage" or " Vehicles assigned to drivers" tables/forms.

Is this possible ?

Thanks

P.S. I hope this is the right section for this .

View 14 Replies View Related

Transfer Access Db From One Host To Another

Oct 1, 2005

Hi,

I am new to using access, and agreed to work on a site not designed by me.
We want to host this site elsewhere but I am having difficulties backing up the access database; I can't find a way to copy the stored procedures.

Is there a way to export or save the entire database, including the stored procedures? I suspect that this must be a very common task but I could not find any info on how to do this.

Any help would be greatly appreciated.

Kind regards,
Mukti

View 1 Replies View Related

Transfer Of Data From Combo Box

Nov 4, 2005

Hi Guys,

Ok, all i want to do is that when i select a value from my combo box to be displayed in a text box, once its been selected, the value is then deleted from the combo box, any ideas????

View 3 Replies View Related

How To Transfer Record(s) To Another Database

Apr 3, 2006

Hi,

I work in a hospital where each ward has its own identical but UNLINKED staff database. I wanted to make a single database but the management was adamant that for confidentiality they should each be standalone. I lost this argument!

Data is stored in 7 tables: Identity, annual leave, sick leave, qualifications, etc.

Too late, someone has realised that staff may transfer from one ward to another, so the whole record needs to be transferred. What's the best way to do this?

So far the process I have come up with is:
Choose the person you wish to export from the source database
Run 7 queries to export the records from the various tables e.g. to Excel
Create linked tables in the target database to pick up these records
Run import queries.

I set up a macro to run the 7 export queries, using the "OutputTo" action and specifying .xls for the output format. But the files created don't appear to be readable by Access. In Explorer, they only have the Windows icon and are just "files".

Does anyone know a better way to tackle this problem?

Thanks in advance for any assistance.

Pat.

View 3 Replies View Related

Transfer Records To Another Database

Apr 3, 2006

I work in a hospital where each ward has its own identical but UNLINKED staff database. I wanted to make a single database but the management was adamant that for confidentiality they should each be standalone. I lost this argument!

Data is stored in 7 tables: Identity, annual leave, sick leave, qualifications, etc.

Too late, someone has realised that staff may transfer from one ward to another, so the whole record needs to be transferred. What's the best way to do this?

So far the process I have come up with is:
Choose the person you wish to export from the source database
Run 7 queries to export the records from the various tables e.g. to Excel
Create linked tables in the target database to pick up these records
Run import queries.

I set up a macro to run the 7 export queries, using the "OutputTo" action and specifying .xls for the output format. But the files created don't appear to be readable by Access. In Explorer, they only have the Windows icon and are just "files".

Does anyone know a better way to tackle this problem?

View 1 Replies View Related

Transfer Records Between Databases

Sep 18, 2006

ok, basically our website will input form details directly into a database. this database will be held online obviously..

once the details are inside, how easy will it be to transfer a record into a table of another database.. (our main database.. which is offline for security purposes).


im assuming it wont be too hard.. both access versions are the same.. and they can both be open at once.. etc..

can anyone shed some understanding on this issue

View 1 Replies View Related

Transfer Records Between Databases

Nov 2, 2006

can anyone direct me to a good tutorial regarding transfering records between two databases..


i need some example that is quite simple to understand..

where it shows you where to put the table names.. and the field names.. and the database location.. etc

thanks in advance..

View 1 Replies View Related

Automated File Transfer

Jan 17, 2008

I want to automate the file transfer from a remote site to my pc over a WAN. Can anyone please suggest an industry standard secure file transfer tool for a windows environment?

I am looking for an industry accepted, more secure than traditional FTP.
Thanks!

View 2 Replies View Related

Transfer Data From One Form To Another?

Mar 23, 2007

I have a form with Driver details ie: Fields with Drivers Name, Payrole No,Vehicle Reg and Fleet No. When this form is filled in the form will be closed, the next forms in my db are vehicle defects which I want the vehicle reg and Fleet No: automaticly entered from the drivers detail form also a running sheet which I want the drivers name and fleet No: transfered to Automaticly. Is this possible??
Please Help

View 1 Replies View Related

Auto Data Transfer.

Oct 1, 2007

Hi guys, hows it going?, im hoping that someone can provide me with a solution to my problem i have spent many many hours trying to solve it, just cant seem to do it.Alright guys here it is, I run an entertainment company called Deejays Entertainment, we run over 18 and under 18 events, at these events we collect peoples details to put them on our database so we can keep them informed with new events, happenings etc etc. I currently have 1 database and inside the database is 2 tables, 1 titled "under 18s" the other "over 18s", what i want to do is have it so once a person turns 18 in my "under 18s" table it automatically transfers there data to the "over 18s" table and removes the data from the under 18s one. If someone could help me out i would be greatly appreciative and if you can explain the steps so i 5 year old could understand them that would be great as my knowledge about access is very little.Thanks in Advance.**Sorry forgot to add that i have there date of births in the database**RegardsDanny.

View 6 Replies View Related

Transfer Data From One Table To Another

Nov 15, 2007

Hey everyone,

I am a complete lamen on this, I am finding. Here is what I want to do.

I have an access database file with two tables inside it: Distributions AND Plan Data

In both tables, I have the following fields:

CRS ID Number:
Plan Name:
Company Name:
Company Address 1:
Company Address 2:
Company City:
Company Zip:
Company Federal Tax ID:
Company State Tax ID:

I want to be able to type in a 3-digit CRS ID Number in my form for DISTRIBUTIONS and for it AUTOMATICALLY to find that CRS ID number in PLAN DATA and populate all these common fields using data from PLAN DATA, inserting it into the DISTRIBUTIONS table.

The reason I need it to pull the data from PLAN DATA and insert it into DISTRIBUTIONS table is because we are using some out-of-access features that require us to have all data in one table. Thanks!

View 1 Replies View Related

Transfer Data Between Tables

Jan 16, 2008

I have imported a table from another database, and so I need to transfer data from the imported one, to another table in the database; only certain fields though. I have created the fields I want to copy the data into, in the second table. So I just need to go through all the rows in the second table, find the row in the imported table by ID, and take the data I want from it using VBA.

Does anyone have any idea what the code would look like?

View 1 Replies View Related

Transfer Spraedsheet Problem

Jun 15, 2006

Can anybody help please.

I've set up a database and built a query to export records to excel.

However, it appears to truncate the export at 150 rows. I've run the query in access and it brings back 170 rows.

Ideas?

D

View 1 Replies View Related

Transfer Of Data From Combo Box...help!!!!!

Nov 4, 2005

Hi Guys,

This is my problem, i have a combo box with a list of values in it. When the user selects a value it is then displayed in a text box, but what i want is that when the value is selected is that its deleted from the combo box!!!! Is there a way around this?????

Thanks in Advance!!!!

View 3 Replies View Related

Transfer Value From Combox To Textbox

Jun 22, 2006

hi, umm im tring to copy values from a combobox into a textbox so that multilpe values can be saved on the databse.

the textbox it linked to a table, and the combobox uses sql quries 2 get data from a table... i have a command button which then inserts the vaule from the combobox to the textbox.

in the commmand button the vba code used is:
textbox.value = combobox.value

but this only insert one value to the text box i want multiple value one after the other. it just keeps replace the value which is already in the textbox i want it to add on 2 the value in the textbox...

can any1 help me out?
thank you 4 ur time!
purejoker!

View 5 Replies View Related







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