Yes, this is a genuine copy of Access, (office pro 2000) All the other apps Word Excel Powerpoint Outlook work fine, it's just Microsoft Access ! I am opening a MDB file .
Any Ideas ?
Kango
Hi,
I have installed Access XP still the same problem , but opens ok in safe mode, which is no good, Access 2000 is completely blank, Access XP is also blank, but if you hold down the Ctrl key it opens in safe mode with the menus?
any bright ideas!
Kango
Hi People,
I was woundering if some could point me in the right direction? when open any database the menus (File , Edit View etc ..) have all gone, i just get a blank screen, not sure what is going on,even the toolbar is gone. any ideas, i have tried to reinstall Access 2000 but still the...
Hi People,
I have some code running the following SQL statement.
rst.Open "SELECT tblDaysOff.VacDate, 11 AS Colr, tblDaysOff.staffid " & _
"FROM tblDaysOff WHERE (((tblDaysOff.staffid=" & Chr(39) & Me.cmbEmpName.Column(1) & Chr(39) & ") AND " & _
"(Year([vacdate])= " & Chr(39) &...
Hi All
I have a table with names of machine parts ( which have been imported from another db) only problem is some records have '*" at the end which i want to delete. How can i search for and '*' and then delete it from the string so for example:
Record 1 = 'Bolts*' Should be 'Bolts'
Record 2...
Hi People,
How can I limit the number of characters to be inputted into a text box to 8 eg:abcdefg8 . The field will be a mix of integers and letters.
Would be grateful for your help on this one !!!
Thanks