J
jgaard
Hi
I have a series of "problems" that I need to solve. I'm quite new to
access and databases overall.
This job is solved today by an excel worksheet, and it sucks.
Errors seam to occur daily and every time you correct an error you
risk creating a new one.
Locking fields so that duplicates can not occur seams to be the way
that is why I'm having this go at access.
I have 2 tables: Today and tomorrow.
They consist of these fields.
Server name, NIC1, NIC2
*** Example Data ***
Fred, Flintstone-01 Gi1/0/12, Flintstone-02 Gi1/0/12
Barney, Rubble-02 Gi4/0/48, Rubble-01 Gi4/0/48
***
The thing is I want to export to an csv file, so that it looks like
this:
"Fred
1/12"
"Barney
4/48"
This will enable me to print the values of on to a lable that I put on
to the cables.
I guess I want to truncate values and export them to a CSV file.
How do I do this?
J;-)
I have a series of "problems" that I need to solve. I'm quite new to
access and databases overall.
This job is solved today by an excel worksheet, and it sucks.
Errors seam to occur daily and every time you correct an error you
risk creating a new one.
Locking fields so that duplicates can not occur seams to be the way
that is why I'm having this go at access.
I have 2 tables: Today and tomorrow.
They consist of these fields.
Server name, NIC1, NIC2
*** Example Data ***
Fred, Flintstone-01 Gi1/0/12, Flintstone-02 Gi1/0/12
Barney, Rubble-02 Gi4/0/48, Rubble-01 Gi4/0/48
***
The thing is I want to export to an csv file, so that it looks like
this:
"Fred
1/12"
"Barney
4/48"
This will enable me to print the values of on to a lable that I put on
to the cables.
I guess I want to truncate values and export them to a CSV file.
How do I do this?
J;-)