| Thread | Last Post | Replies |
|
| Sharing a database | 23 Jan 2008 08:32 GMT | 1 |
I've searched this forum, but cant find an answer, so im hoping someone can help. I work in a small office, we have 3 computers and an additonal server all networked together (with cables). We have recently come across some software
|
| Example database or spreadsheet for Billing Projections by month? | 23 Jan 2008 08:15 GMT | 1 |
Is there a downloadable example database or spreadsheet, Office 2003 or2000, for Billing Projections by month? One in which I can enter multiple job names, projected amounts, projected dates, and then create a report on total projected billings for each of, say, the next six ...
|
| Statas Bar Content Disable mode | 23 Jan 2008 07:13 GMT | 1 |
Statas Bar Content Disable mode 2007 Access Thanks in Advance I am attempting to complete a simple Table Query Entered Table Name
|
| Access 2007 Disable Mode | 23 Jan 2008 07:12 GMT | 1 |
When I try to run an update query or a make table query, the application wont run and gives me the following erro message. "The action or event has been blocked by disable mode." How can I disable the disable mode?
|
| make table query with related tables | 23 Jan 2008 05:50 GMT | 2 |
I have an equipment maintenance database, I would like to put my inactive (gotten rid of) equipment in an inactive table, and not loose the relationship with the maintenance table. basically make two tables. I did a make table query, made my inactive equipment table. I could not ...
|
| database split | 23 Jan 2008 05:47 GMT | 2 |
I recently split a database with a large number of tables, but I fear that I did not properly specify the location of the back end. Linked Table Manager reveals that a local path was specified (C:\Documents and Settings\ ...) rather than a UNC path. How can I update this path ...
|
| separating Date and Time | 23 Jan 2008 05:46 GMT | 2 |
I need to separate a datetime field and just show date. I've seen the posts regarding TimeValue but I'm not having any luck with this. The field is set up as a text field and the data looks like this : 11/30/1999 2:17:52 PM
|
| Is there an Access 2003 template for students record | 23 Jan 2008 05:14 GMT | 2 |
I am trying to build an DB access for a non-profit group that offer free tutor service. I am looking an Access 2003 DB template where i can keep track of : --student info (name, address, grade, current status, education level,
|
| multiple users in a database. | 23 Jan 2008 04:44 GMT | 1 |
 Signature thanks in advance
|
| Is it possible to collect data through emails in Access03 like in | 23 Jan 2008 04:44 GMT | 2 |
I am amazed by the feature of collecting data through emails in Access 2007. It is powerful and easy to learn. I am working on two offices, one has 2007, another is still using 2003 (and I don't see they are going to change). So I am wondering if I can do the same thing as I ...
|
| MDE help | 23 Jan 2008 04:42 GMT | 1 |
I'm trying to configure my MDB file to an MDE file. When I run the Compile on my code it is giving me an error on the following code: Private Sub cboBannerLabel_AfterUpdate() Me.txtReportName = DLookup("[Report Name]",
|
| Filter and Query Mismatch | 23 Jan 2008 04:40 GMT | 1 |
When I do a filter in a table, I get 371 records but when I run a query based on the same set of criteria I get 63 records. Does any one knows what is going on here? This is a real problem and I can't figure out how to fix it. Any help will be greatly appreciated.
|
| Access Relationships (Oracle Tables) | 23 Jan 2008 04:02 GMT | 1 |
In an attempt to bring our applications up to security standards, our tables have been recreated in Oracle. I have the ability to design the front end, however am having a difficult time with the relationships. If you have a one to many relationship enforcing referential ...
|
| How to search a table/query for a date range | 23 Jan 2008 03:58 GMT | 1 |
I have an Access DB that contain multiple form, queries, tables, and reports. I have one query that containes a various about of information (Name, Title, Hire Date). I have a form created with two text boxes and a command button. The user is
|
| Load event not working | 23 Jan 2008 03:51 GMT | 1 |
My load event is not triggering any action. Even a msgbox is not working. The following code (very simple) is in my vba: Private Sub Form_Load() MsgBox "Test"
|