I am trying to find out if anyone knows a way to append one data file to another data file using C#. I have found examples of adding text lines. But I want to copy a file to a folder and if a file already exists, I want to append the data not overwrite it.
Thanks,
Cristy
That pretty much just tries to create a crosstab query which makes the Column Headers go up to the highest page number 1-?. The most pages anyone has is 4 pages so I need it to look like this:
Page1 Page2 Page3 Page4
Name
Smith, Jane 3 6 10...
I am trying to create an Index Page from my data in Access. I have a table created with the Name and Page Number. But a name might be on more than one page, so I need a table that looks something like this.
1stpage 2ndpage 3rdpage 4thpage
Name
Any ideas on how to do this?? I...
Hello,
Keep in mind I am new to working with postscripts.
I am looking for a way to output to different color paper stock depending on what is printed on a page. It will almost be like mailmerged documents, output to a postscript file. And for example: say page 1 has "syx1" on it, we...
Thanks dhookom!!
I was surfing Tek-Tips looking for info on How Access recognizes the check boxes so I could do expressions with them. Your post helped me greatly.
Cristy
I'm sorry,
I recorded it and I didn't think it was working but it was. YEAH!!! So thank you, that way was pretty easy. I think I'll use that.
Thank You again for your quick response.
Cristy
Hello again,
Thank you for responding so quick. I'm not sure how to get it to record deleting the break. It might seem tedious but could you walk me through the steps of recording the keystroke. Please.
If you would like to E-Mail me, my E-Mail address is:
cristy@cog-inc.com
Thanx...
Hello,
I am having the same issue with Word documents, I am getting very frustrated because you'd think it would work using the Special find and replace. But it doesn't.
So I am verrrrry interested in how you accomplished this.
Thanx,
Cristy
I would like to know if you can create an Auto Number field using a queries result.
For example if I have a query using a table and changed the sort order, I would like to have {Since you can't select on record Numbers} a field that Numbers the rows in the queries result 1 through whatever.
Thanks for all the suggestions, but I actually came up with another way. I used:
Public Function Chkrpt()
Dim p As Variant
p = DLookup("Manual", "Mail")
If p > 0 Then
DoCmd.OpenReport "rptLabel File", acViewNormal
End...
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.