| Thread | Last Post | Replies |
|
| Compacting a database | 09 Aug 2005 19:10 GMT | 1 |
I have been trying to compact my database but it keeps coming up with an error message "the microsoft jet database engine stopped the process because you and another user are attempting to change the same data at the same time". There is no-one else using the database currently.
|
| Access is just to hard to understand | 09 Aug 2005 17:53 GMT | 47 |
Im sitting here in front of my computer, Ive been here all day. Next to me is about $200 worth of Access books, and a stack of Access information I printed off the internet. ive just finished a community college class on Access, I got an "A", (what a joke). Here I sit, and I still ...
|
| auto check field | 09 Aug 2005 16:58 GMT | 1 |
oke, let me explain a bit more i have the next table partsID discripsion (text field) orderparts (number field) supplaer and more....
|
| How do I save out a portion of a db as a new, separate db? | 09 Aug 2005 16:42 GMT | 2 |
I manage a large property database. I need to filter out one department's list, save it as a database that can be sent to that depertment and they in turn can open it at their location. I do not want to send the entire database, just their part of it. Can Access do this? ...
|
| word document is only printing the header | 09 Aug 2005 15:41 GMT | 2 |
when printing a word document, it only prints the header. How do I get it to print the whole document?
|
| Is Access the rigt App | 09 Aug 2005 13:33 GMT | 1 |
I have an access database that manages education courses, to evaluate these courses i am sending out questtionnaires. these are ten true/false questions that will be completed before the course, after the course and thirty days after the course. i want to analyse this data, ...
|
| Access 2000 error - "You cancelled the previous operation"`` | 09 Aug 2005 06:43 GMT | 5 |
Help please .. am in a panic, made lots of changes to my data base and suddenly I keep getting the message box "You cancelled the previous operation" when I try to open almost all of my forms. Can't really do anything .. I ran the Repair and compact operation, which ran ok, but ...
|
| Query on text | 09 Aug 2005 06:37 GMT | 1 |
I am seeking an answer on how to query a text string when the last word ends with the seven character word "Minimum". I run a local report, and we have various text string lengths that end with the word "Minimum", and I am trying to query on these exception items. Help is ...
|
| Is Access the right app (newbie question)? | 09 Aug 2005 04:42 GMT | 1 |
I'm thinking of buying "Building Microsoft Access Applications" to help bring about a solution we need at work. So I'm hoping you can answer a couple of questions about Access to help steer me in the right direction. -Our office needs a 'Request for Quote' program that accesses ...
|
| How to import playlist from media player? | 09 Aug 2005 00:59 GMT | 5 |
Can you import the song titles into access from the media player playlist?
|
| Task from Gantt not appearing or jumbled in calendar view | 09 Aug 2005 00:53 GMT | 1 |
I have a very basic Gantt, with 45 indepentent tasks (do links, etc.). Most of them appear on the calendar view, but some of them don't. There are a number of overlapping tasks, which is part of what I'm endeavoring to show on the calendar, but instead of being layered ...
|
| Powerpoint 2003 | 08 Aug 2005 22:59 GMT | 1 |
I recently installed Powerpoint 2003 on my laptop. The performance speed (for editing, creating, etc) is very, very slow. How can I correct this problem?
|
| Duplicate record question again with code? | 08 Aug 2005 21:57 GMT | 3 |
Is there any way I can used the below code and then add 1 month to the date field of the duplicated record? Private Sub Command29_Click() On Error GoTo Err_Command29_Click
|
| MSAccess | 08 Aug 2005 21:40 GMT | 1 |
I have an MSAccess where i have ran a query using expression and the expression's out come gives me 0 or -1 which are two different statements each! however i want to change these 0 and -1 to for example 0 to Not and -1 to Due as words? Can anybody help me with this please i really ...
|
| Parsing problem | 08 Aug 2005 21:36 GMT | 1 |
I have this query that I am using to parse this data 12345-1 into 12356 and 1 SELECT INVS, Right$([INVS],Len([INVS])-InStr(1,[INVS],'-')-1) AS WOSUF, Left$([INVS],InStr(1,[INVS],"-")-1) AS WOPRE
|