Search results

  1. F

    Delete Unexistant field

    Hi all. I have the following problem: I have 2 tables: On table A i have a text in a field "CVB45" On Table B i don't have that text in a field (i have some other text "FGH56") How can i automatically delete the Field from Table B if it doesn't exist in Table A ? The problem is that the...
  2. F

    Generate TXT file from a Table

    Hi all. I have a Table with 3 fields. A: 54 B: XKR56 C: 13:03 (This is time) A: 32 B: YKT67 C: 14:12 (This is time) I need to generate a TXT file from this Table that would be in the following format: 54 XKR56 13 03 32 YKT67 14 12 ....... And so on How do i do that?
  3. F

    Update table based on a field

    Hi everyone I have 2 Tables in the first one i have 2 fields A: 54 B: KKG45 On the second table i have fields with different data but the ID of each field is from 1 - 100 and each field with that ID has an empty field next to it so i need to update (in this case) Field with an ID "54"...
  4. F

    Seperate text in a field

    Hi all. I have a question about something i'm doing. i have a table with a text field that contains "34 XKY45" I need to somehow automatically Seperate "34" and "XKY45" and place the text "XKY45" in a field with an ID "34" on a different table. How can i do that ? Please help out.
  5. F

    Auto run Query on table update

    Hi everyone. I'm pretty new to Access and i would like to make a simple process so please help out here. I have a Table A. I have another program interacting with it and updating it's fields and adding new ones automatically. I need to do the following. When a new field is entered into the...
Back
Top Bottom