| Thread | Last Post | Replies |
|
| Create database based on 24 hour time; 15 minute increments | 29 Feb 2008 23:27 GMT | 1 |
I need to set up a MS Access Database that stores test data that was performed at certain times (rounded to the nearest 15 minutes). I need to produce a query that shows each 15 minute interval within a 24 hour period. Any 15 minute increment that doesn't have test data needs ...
|
| MDE problem | 29 Feb 2008 22:07 GMT | 5 |
After I split my database into a front end and a backend, I wanted to create an MDE from the front end for distribution to the client desktops. Yet every time I run the MDE wizard, the Access crashes. I'm using Access 2002 with A2000 data format, but even converting the db to ...
|
| Importing error | 29 Feb 2008 21:13 GMT | 9 |
I am trying to import an Excel spreadsheet. The headers in the spreadsheet match the same thing that is in my Access table, name and order. Everytime I try to import, it gives me an error message. Is there something I am doing wrong?
|
| Multiple Tables one Query | 29 Feb 2008 21:11 GMT | 2 |
Ok, I've read several articles, help files, yadda yadda but I can't seem to make this work. What is the proper way to get information from two tables into one Query or form?
|
| FSX Mulitplayes | 29 Feb 2008 21:08 GMT | 1 |
I have FSX Deluxe Edition along with a pc that can run the program at full capicity. When I try to get multiplayer share aircraft it wont work. I have switched hosts and tried every thing that the instructions say to do. Can anyone give
|
| Passing an argument from a query to a command | 29 Feb 2008 21:06 GMT | 1 |
I am trying to send a report using an email address in a DB. I wrote the following code for it. Private Sub Reminder_Letter_Command_Click() On Error GoTo Err_Reminder_Letter_Command_Click
|
| Need to convert Julian Day to Gregorian date | 29 Feb 2008 21:00 GMT | 8 |
I have a table that has a year field and day field. I only need to convert the day field which is a Julian date to Gregorian. If possible in a query. If not then in a module, but, I'm real rusty with access so please give explicit instructions. I have found some codes but have ...
|
| Combine multiple tables into one | 29 Feb 2008 20:46 GMT | 8 |
I took over a database in which the last person created a new table for everyday worth of data (ie. Feb-21-08 is named 022108). There are over 100 tables in the single database with the same columns and table attributes, I would like to combine all of these tables into one where ...
|
| Opening a form | 29 Feb 2008 20:24 GMT | 1 |
Dear Sirs How can I do, if I click to open a database, that immidiately my main Form is opening. Thanks
|
| Start Access after logging-in | 29 Feb 2008 20:20 GMT | 1 |
Using Access 2000. Users have restricted access to B/E files in the server based on the VB Script associated with their UserName. For example USERr 1 has access to files in dirve Q only, or USER 2 has access to drives Q and R. No problem
|
| Need to find unresolved references | 29 Feb 2008 20:13 GMT | 6 |
I want to get a list of all unresolved references in the code in all modules of an access database (without having to find a way to execute all code paths). How do I do this? Thanks.
|
| Week numbers | 29 Feb 2008 20:07 GMT | 2 |
I have a problem with my query which shows week numbers on a column. Week numbers derived from date field of table. Column has below string: WEEK: Format$([Table1].[Date1];'ww') Above equation gives next week number for Sundays. On my computer date
|
| Cell format changes | 29 Feb 2008 19:24 GMT | 2 |
I have a large group of cells (48) whose format is text, with data that looks like a date (1-9-01) but is not actually a date. When I use the replace function to change -9- to -10- it changes the format of the cells from text to date. How do I keep the replace function from ...
|
| need guidance on normalizing a table | 29 Feb 2008 19:20 GMT | 6 |
I've imported some data from a spreadsheet and the table looks like this: tblZipTerritory ztID (PK) ZipCode
|
| Alignment of data | 29 Feb 2008 18:49 GMT | 7 |
Trying to change the alignment of dates in a column from right justify (which is apparently the default) to center. In form view, right-click the date column > Properties > Text Align > Center. But this has no effect. Must be missing something? Thanks!
|