Search results

  1. J

    Getting data from one table to another.

    Ok. I got that working. I can now see what I need to move and where. But how do I go about moving it? I can't copy the column and paste because for one, there's too many records and two, it'd be in the query but not the table. I need the results from the query to be applied to TableA. I...
  2. J

    Getting data from one table to another.

    I have two tables in a database, TableA and TableB. TableA has a bunch of fields with one being Part Number and one being Rev. The Rev column does not contain information at this time. TableB just has Part Number and Rev. I want to match the Part Numbers in both tables and then copy the Rev...
  3. J

    Moving data.

    I'm sorry but I'm really new at this. I got the form created but then it gave me some sort of error. I don't even know if I had the names right. What is tblParts representing? The column I'm looking in? Also, there's multiple commonalities within this column. Like there's 'raw materials'...
  4. J

    Running macro problem.

    I'm trying to get a macro to work but I'm having some problems. I made a test macro that looks for specified text in a field and pops up a message box. But if I'm not in the specific box that has that text, it won't work. If I am in that box, it will work and pop up the message box. Why is...
  5. J

    Moving data.

    Ok, so here's the deal. I'm new to Access, so I don't know how to do an update query and such. But here's what I want to do. I have a table, with a bunch of columns. One column is a description of a part...a really long description. I want to essentially break up this description by...
  6. J

    Moving data.

    Hey guys. How can I select certain data from one column and then move just that selected data to a new column? Thanks!!
Back
Top Bottom