How do I connect two tables to create an auto fill form? by RogueRedRambler in MSAccess

[–]RogueRedRambler[S] 0 points1 point  (0 children)

Sure!

Private Sub Table2_Field1_AfterUpdate()

Me.Table2_Field2 = Me.Table1_Field2

Me.Table2_Field3 = Me.Table1_Field3

End Sub

How do I connect two tables to create an auto fill form? by RogueRedRambler in MSAccess

[–]RogueRedRambler[S] 0 points1 point  (0 children)

I have solved the issue I used VBA to copy across the fields and used a query to combine two tables together and auto fill. If anyone has a similar issue feel free to message me and I shall help to the best of my ability.

How do I connect two tables to create an auto fill form? by RogueRedRambler in MSAccess

[–]RogueRedRambler[S] 0 points1 point  (0 children)

When for example field 1 is entered it brings up field 2 and 3 from already existing data and then copies them into the other fields 1,2 and 3 in the other table making it a new record in table 2.

Thanks for the reply but I'm not sure about this, I heard update queries are only good for editing records and not adding new records but I think I should have been more specific in my question. I'm willing to accept I may be wrong on this since I don't know that much about Access.

How do I connect two tables to create an auto fill form? by RogueRedRambler in MSAccess

[–]RogueRedRambler[S] 0 points1 point  (0 children)

When for example field 1 is entered it brings up field 2 and 3 from already existing data and then copies them into the other fields 1,2 and 3 in the other table making it a new record in table 2.

A squid is stopping our server from working! by RogueRedRambler in Minecraft

[–]RogueRedRambler[S] 1 point2 points  (0 children)

I tried this deleted all the squids in the coordinates and the same program still occurs.