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...
Another option is to use it as clip art.
When inserting the object select create from file -> Clip art. I then added my picture under favorites. Then Access sees them ok.
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...
Public Function Sync() As Boolean
Dim Replica As String
Dim dbs As Object
Replica = "C:\ScheduleMaster\ScheduleReplica.mdb"
MsgBox ("Prepring to sync with " & Replica & ".")
Set dbs = CurrentDb
' 1 Synchronize replicas (bidirectional exchange)
' 2...
Thanks for the info. I do not have Office XP I have Office 2000. Can I get the Replication Manager piece? If so how?
I am currently trying to get it to work with DAO, but I am getting a Data Type Conversion error.
Public Function Sync() As Boolean
Dim Master As String
Dim Replica As...
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.