I have a button on form1 to open another form. Upon clicking the button, depending on information in the form1, it will either open form2 or form3. Open opening either form it filters to match specific form1 fields- if no matches it needs to create a new record with those fields pre-filled in...
So far I can filter fine from one form to another. I'm using the following code:
Private Sub cmdOpenTraumaFormFrDateForm_Click()
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "TRAUMA_TOOTH_INFO"
stLinkCriteria = "[Date]=" & "#" & Me![Date] & "#" &...
I reverse engineered an SQL 2000 database into VISIO (need to create some auto-update scripts) and am receiving the following error for 13 different data types (eg: char, int, bit, timestamp, nchar, varchar, etc.):
"The user defined type name is a reserved word in the target DBMS"...
I reverse engineered a database and I need to produce some update scripts. My problem is, when I go to produce the update/generate - VISIO does an error check and produces physical errors stating "The user defined type name is a reserved word in the target DBMS" for 13 different data...
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.