Search Result

Collapse
18 results in 0.0014 seconds.
Keywords
Members
Tags
merge
  •  

  • wisni1rr
    started a topic Merge Query

    Merge Query

    I was wondering how I could merge two tables that are serving as a 1:1 relationship (although, no relationship is defined).

    [TableA]
    ID,field1,field 2,field3
    [TableB]
    ID,field4,field 5

    The query would check for matching ID. If there is a match, TableA Should be amended with the results of TableB.

    The final result would be:
    [TableA]
    ID,field1,field 2,field3,field4 ,field5...
    See more | Go to post

  • zjwbotak
    started a topic Calculation across Tables

    Calculation across Tables

    Hi all, I am facing difficulties on creating a particular query.

    Sample of my data table 1: (DetailsTable)

    Order | Material | Quantity | Weight
    123 | Orange | 10 |
    123 | Apple | 20 |
    123 | Guava | 20 |
    233 | Orange | 10 |

    Sample of my data table 2:(WeightsTable )

    Order | Weight |
    123 | 100 | ...
    See more | Go to post

  • Lauren Serra
    started a topic Merging Access Databases

    Merging Access Databases

    I'm attempting to merge multiple Access databases into one. They are all of the exact same format but with different datasets. Using the append tool, I can get all of the data into a single database, but the relationships are lost. Does anyone know how to append related data from multiple tables?
    See more | Go to post

  • How do I create a single form letter for individual data

    OK I am an amateur and your patience is appreciated.

    I have a database of Donors with their donations. I want to create a button (macro <?>)on my donation form that will automatically open a document in MS Word that will thank the donor for that specific donation. So this is something that I will do as the donation comes in. one donation in, one letter sent. The key is that I don't want a new query (e.g. query all donations...
    See more | Go to post

  • pgathens
    started a topic How to import multiple access files into one file

    How to import multiple access files into one file

    This may sound like a very simple task for most, but it is not one that I find easy.

    I am trying to take multiple (around 30 or so) MS Access 2003 files and throw the data into a single access, or excel file.

    All the files are identical in formatting, and this is something that will be done on an almost daily basis.

    Please help if you can.

    Thanks!
    See more | Go to post

  • whitearrow38
    started a topic Compute and Merge columns in array

    Compute and Merge columns in array

    Hello
    Here is my issue

    I have a two dimensions array that looks like this:

    EMPTY, Type1, Type2, Type3, Type4
    Choice1, Value11, Value 12, Value 13, Value 14
    Choice2, Value21, Value 22, Value 23, Value 24
    Choice3, Value31, Value 32, Value 33, Value 34

    I am being posted a value from another page which looks like this

    dim mergeAndCompute :mergeAndComput e="ColumnName:T ype1,Type3"...
    See more | Go to post

  • dili
    started a topic sequence and merge jpeg images using python?

    sequence and merge jpeg images using python?

    hi,

    Im doing a project as part of academic programme.Im doing this in linux platform.

    Here i wanted to create a application which retreive some information from some pdf files .
    For eg i have pdfs of subject2,subjec t1,in both the whole pdf is divided in to 4 modules and i want to get the data of module 1 from pdf.

    For this purpose my tutor told me to use pdftohtml application and convert pdf files to...
    See more | Go to post

  • GottZ
    started a topic two unusual tables, one query

    two unusual tables, one query

    hello there,

    i'm a SQL newbie and could need some advice.

    i'll show you now some abstracted tables and an explaining of what i'm going to do with them.
    i truly hope its not that ugly written as i think.
    besides this is the first time i ever ask for SQL help.
    so please don't go at me like i've never read a documentation.

    i'm having theese two tables:
    Code:
    +----------------+
    |      USER
    ...
    See more | Go to post

  • anduril12
    started a topic Merging Databases

    Merging Databases

    I have two tables, "Table1" and "Table2" and I would like to merge them, unfortunately I can't create a primary key for Table2.

    Now Table1 contains various sections of data "First Name", "Last Name","Addr" and "Phone", Table2 has the exact same columns as well.

    What I would like to do is if a record on Table1 and and one on Table2 have the same "First...
    See more | Go to post

  • TiloW
    started a topic DataTable does not merge user defined objects

    DataTable does not merge user defined objects

    I got a problem with a DataTable handling an object defined by myself (Position).
    The object stores some data and overwrites ToString, Equals and GetHashCode. Further it provides the static operators for == and !=.

    The DataTable works fine as long the column storing this object is not a key column. Setting it as a PrimaryKey and merge another table to it fails, because the content will not found equal. (Suppricing the datagridview...
    See more | Go to post

  • Wylbur
    started a topic Merging C++/CLI Console App with dll's
    in C

    Merging C++/CLI Console App with dll's

    Hi all;

    I would like to merge a C++/CLI console exe with some dll's to produce
    one small package for distribution.

    Does anyone know how to do this?

    Thanks!
    See more | Go to post

  • merge two long numbers into a single long number

    i have 2 long numbers
    eg xl=12345678
    xr=87654321

    i want to merge these 2 nos. into a single long number
    i have to do this in java..
    any help would be great..thanks a lot:)
    See more | Go to post

  • Program to separate bass, vocals, and guitar from mp3 files

    I play the guitar, and I have been seeking software out there other than jamvox. I have had no luck. I know its out there its 20 dam 10. Anyone know of any such programs that I can extrack any guitar tracks or any insturments from an mp3 or wave file. Someome out knows. Help me please. Eric thanks
    See more | Go to post

  • liadmz
    started a topic How to merge items in table (by relation)

    How to merge items in table (by relation)

    Hi all,

    I have been trying to create a database preview table.
    the table should merge the cell of related items (by two fields, ID and type)

    How can i present to the user this kind of table ?

    Example in the attached pic....
    See more | Go to post

  • khoward
    started a topic Merge similar records in Access 2007

    Merge similar records in Access 2007

    Hi,

    I have an Access 2007 database that contains customer contact information. There are over 8,000 that include name, organization (as a look-up column), email, phone, address, and events that each person should be invited to (also a look-up column).

    Separate from this is an Excel spreadsheet that contains the some of the same information, with about 10,000 records. The overlap with duplicate names/records is probably...
    See more | Go to post
Working...