| Thread | Last Post | Replies |
|
| User Login form | 08 Feb 2007 13:43 GMT | 2 |
I want to create a user login form for my Database, one that appears before the database opens and users have to sign in with their username being their country and then they have to put in passwords. I have a table in the database tblCountry_Passwords which has fields CountryId, ...
|
| what courses/programs are the best to get into web design? | 08 Feb 2007 13:07 GMT | 1 |
I'm looking at getting into web design and don't want to do general courses that I'll never use again! Specific programs/software suggestions would be greatly appreciated! What are the best programs/courses/software to learn that will be in demand
|
| How many tables should I use? | 07 Feb 2007 19:05 GMT | 3 |
I am designing a DB to list my customers prices. I looked at northwind and it uses three Products/order details/orders. I want to show data in a form using customers, then a subform using the products - if I alter the price in the subform of one of the products for
|
| How to convert hours into minutes | 07 Feb 2007 18:37 GMT | 3 |
How would I convert total hours into minutes? For exampl: 2:10 into 130 minutes
|
| print problem---help | 07 Feb 2007 15:46 GMT | 2 |
I have desighned a data base. When I print it on a laser jet printer (form) everything prints out fine. We are on a network. When I want to print the data base form page on a differnt printer hp 880c the margins are off. On the laser jet the margins need to be set at .25 all the ...
|
| how can I get a picture not blurry | 07 Feb 2007 14:09 GMT | 2 |
|
| linked table not updating ..what to check ? | 07 Feb 2007 11:15 GMT | 4 |
I have a table (call it Tbl_storage) in one database (call it DB1) holding storage box numbers and contents details. Entries are via a form. In another database (call it DB2) I have Tbl_storage linked in on table view and entries are also made via a form.
|
| Changing background and font colors | 07 Feb 2007 02:42 GMT | 2 |
I've inherited an Access 2003 database. The colors on one of the tables are dreadful, to my eye. How can I change the colors for the background and the font used in this table.
|
| Access, Workorder Query, want to open it only if complete date is. | 06 Feb 2007 18:34 GMT | 1 |
Access Database I have a workorder query that has a field for the "complete date". I want the show all workorders that are not completed. I made a workorder query, how do I make it show workorders not completed.
|
| Database relations | 06 Feb 2007 16:36 GMT | 1 |
Hi, I guess this is pretty elementary situation but for some reason I'm stuck. I have the following situation - I need to make a database, one part of which would be used for tracking the courses visited by different students and
|
| Required field only if another field is empty | 06 Feb 2007 15:58 GMT | 4 |
I am setting up a database of inventory for our computers. We have a table called tblcomputers and a table called tblusers. Most of our computers are matched to a login, e.g. the computer name GSMITH would be matched to a login named GSMITH. There may also be a second computer ...
|
| Preserving Historical Data | 06 Feb 2007 15:40 GMT | 1 |
Is there a simple way to preserve historical data and then recalling it for weekly reports? I maintain a database with approximately 250 items that are in various steps daily (initiate, plan, oversee, complete, closed). I need to have weekly status reports that compare the data ...
|
| Design | 06 Feb 2007 14:42 GMT | 6 |
I asked this question earlier, however, I'd like to take a new approach. I need to create a database given this info. All in a spreadsheet format 1. A list of patients first and last names 2. A spreadsheet listing 1-31(however, looks like this 1,1,1,2,2,3,3,3,4,5,5)
|
| importing foreign characters into Access | 06 Feb 2007 07:23 GMT | 1 |
Hi - hope you can help with this. I am importing a text file that includes accented characters within names and streets, into an MS Access table. I've used this import procedure for many years but occasionally have the problem where accented and foreign
|
| form closes after error message | 06 Feb 2007 06:24 GMT | 2 |
I don't understand why the entry form closes after I click OK. Form's Before Update code is as follows: On Error GoTo ProcError If Len(Me.LastName & vbNullString) = 0 Then
|