I created a database design master and I no longer need the replication (cause it sucks). How can I turn it off? I was able to remove the replication flag from the table properties, but I can't do that with queries, forms, reports, macros or modules.
Is there an alternative other than...
I am trying to send emails with attachments and have seen this block of code mentioned several times.
Dim outApp As Outlook.Application
Dim outMessage As Outlook.MailItem
Set outApp = CreateObject("Outlook.application")
Set outMessage = outApp.CreateItem(olMailItem)
However, when it...
I am trying to get a report format similar to this
Page Header
Employee Info Header that covers the entire line above dtl
DetailItem DetailItem DetailItem DetailItem
I tried using columns from page setup but it limited the width of my Employee Header which needs...
I have a database that I would like to pass on to multiple unrelated users. I intend to provide them updated tables, form and reports but I do not want to pass on any data. I am using incrementing auto numbers on many tables and I want each user to be able to have their own range. I can...
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.