yeah but here you are adding column..
The thing is I am trying to just change fields' properties of an existing table because it contains recods already.
Thanks for you fast feedback Omega
Hi,
I need help. I am trying to figure out how to join two tables which they have totally different fields and make a new table out of it.
For example
Table1(with Records): PeopleID, tblPeoPedigree, Person, Father, Mother, Gender
Table2(empty this field could change): ATA25E07, ATA29C07...
Well actually I figure out.. Thank you any ways
Here is the answer
Public Function CreateFieldX()
Dim db As DAO.Database
Dim rsMarkers As DAO.Recordset
Dim tdfNew As TableDef
' Dim dbText As Object 'NOT NEEDED
Dim fldNewField As DAO.Field
Set db = CurrentDb()...
Well Actually I was trying something else.. such as using DAO
But just cannot figure out what is wrong that doesn;t create a new table assign.
Public Function CreateFieldX()
Dim db As DAO.Database
Dim rsMarkers As DAO.Recordset
Dim tdfNew As TableDef
Dim dbText As Object
Set db = CurrentDb()...
Hi,
I am trying to figure out how to convert records or rows to fields.
For example if I have a table with certain records
field1
------
A
B
C
D
and I want them to be my fields in a new table, that would look something like this
A B C D
How can I do that in VBA by...
Hi MicheaelRed,
Yeah I saw your code and I just wondering is that in the level of forms?? Because I don't want anyform. The thing is I just want to record the changes from tables.. Is that possible.
Like example.
Table name Field Name Change made date
XXX Number 55 to 44...
Hi,
I need help to find out if there is a way to keep track of changes in an Access table.
For example a history file that records the changes made and the date either in text file or any other file format.
I will appreciate your answer.
Thank you
Hi GDGarth,
Yes please if you could show me how to do it with one file I will appreciate that. But how I can send you a file?? There is an email well I can send you Garth?
Thanks GDGarth it really give me an idea how to start.
But one quetion.. How that code will look like?? How do I wirte that code that can puts the fields in the proper order?? How I can replace all the [vbcrlf] =[Enter] to commas??
I am kind of re-learning all that thing since I didn't use it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.