I can not delete MSysObjects, MSysAccessObjects, MSysQueries, MSysRelationship, MyAccess..There all tables that showup on every new Database. I have reloaded my
MSOffice and its still there...The message is (Typically)
"The Database engine could not lock table 'MSysObjects' because it is...
I have a code that is;
Dim CurDB As Database
Set CurDB = CurrentDB()
I get error message "Compile Error" User defined type not defined..CurDB As Database is highlighted..
I copied the code from a working MDB form.
What happened??
I go to Forms, design.
Then go to a Command Button, and Tab for Format. Scroll
to the picture and find the picture for the Command Button.
Click on picture and nothing happens. I just reloaded the
entire system and still nothing...Yesterday it was worked
perfect...I tried two other MDB systems...
I have qryTest as:
INSERT INTO TestInTbl ( TestinDate )
SELECT DatePart("ww",DateValue(Mid([TestOutDate],5,2) & "/" & Right([TestOutDate],2) & "/" & Left([TestOutDate],4))) AS TestInDate
FROM TestOutTbl;
My Environment is:
TestInTbl: TestInDate Number 0...
Would like to convert text to a decimal number using query.
Text is 12345.65 converted to 12345.65(Real & Decimal number)
Like:
INSERT INTO Newtbl(TestNumb)
SELECT ???? [Oldtbl].[TestText] '???? I need expression
FROM OldTbl
Query qryTestUpdate, Tables OldTestTbl and NewTestTbl
OldTestTbl:
OldTestText1 Text
OldTestText2 Text
NewTestTbl:
NewTestText1 Text
NewTestNumber1 Integer
qryTestUpdate:
INSERT INTO NewTestTbl(NewTestText1, NewTestNumber)
SELECT [OldTestTbl].[OldTestText1] AS...
I have expression:
DoCmd.OpenForm "PhoneList", acNormal, "", "[PhoneQuery].[State]=[Forms]![Phone3a]![ByLocation3]" This Works!
PhoneList = Report
Phone3a = Form
ByLocation3 = Selected State
PhoneQuery = All members address
I would like to change...
When I get a bulletin and it will be scanned to MS Word.
I would need to change the MS Word file to a MS Access
report? Can it been done. Please be specific, I'm
newbie..
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.