| Thread | Last Post | Replies |
|
| How can I increase character length in my text boxes? | 25 Sep 2007 10:40 GMT | 3 |
I have finished my database in access and now that I have come to input I have found that certain text boxes do not have enough room for more than a certain number of characters. How do I go about changing this?
|
| Online Survey with Access? | 25 Sep 2007 02:34 GMT | 1 |
I'm trying to make an online survey for a non-profit and have 2 choices through Network Solutions either Access (I know and understand) or SQL (I have not a clue.). Which is a better choice? Currently I'm using HTML form with an email script.
|
| How can I compile my FE.mdb into an mde file on Access 2007? | 24 Sep 2007 23:02 GMT | 7 |
Hi I've just finished spliting my database to be FE and BE. The next step from what I read is compiling FE.mdb to be "mde" file but I can't find it on Access 2007. On "Database Tools" tab, I found only "Make ACCDE" so I wasn't sure it would do the same thing as mde. And I do have ...
|
| Bolding Individual Records in Access 97? | 24 Sep 2007 20:10 GMT | 5 |
To start, I'm a non-developer and non Virtual Basic programmer, so this is realy an amateur's question: I've created a nice database of films I've collected on VHS and transferred to DVD-R, and a functional report that sorts and lists them by genre, e.g.,
|
| Need to add more to a form | 24 Sep 2007 17:04 GMT | 2 |
**New user to Access, I have Access 2007** 1. I have created a form but need to add more items to it, how do I do that? 2. I'm working on a telephone inventory DB and would like to mark the location of the phone could I add picture in the form?
|
| too many on current events | 24 Sep 2007 10:39 GMT | 1 |
i notice that my form containing a subform executes an on current event like so: sub1104 sub1104
|
| Database | 23 Sep 2007 22:22 GMT | 6 |
I would like to create a simple database that will allow me to track a computer's maintenance service by a technician, or how often this computer had to be serviced. How would I go about starting this task. I am new to the database.
|
| Attach member billing to email addresses | 23 Sep 2007 20:57 GMT | 1 |
I have written a program I am selling to Chamber of Commerces. I want to attempt to add a feature where a user can email member billings via an email attachement. Can someone direct me to someone or something that can give me some guidance how to accomplish this. There may be a ...
|
| Storing dates in a table | 23 Sep 2007 16:40 GMT | 2 |
I help run a karate club. In my database, I track attendance, instructors, schedule.... etc. I have a form (frmPersonalData) that is used to input athlete data into table (tblPersonalData). When a NEW athlete registers for a season, I would like the current date to
|
| What does "exclusive access" to my database mean? | 21 Sep 2007 20:46 GMT | 2 |
I've set up a wonderful new database and built a form. Now I want to rearrange a few things on the form to make it easier to use (alter tab order, change things aesthetically) but I'm told that - "You do not have exclusive access to the database at this time. If you
|
| moving information from one table to another | 21 Sep 2007 19:56 GMT | 2 |
I have created two tables in one DB and they contain certain fields that are the same. I don't want to have to enter the information twice. How would I be able to enter information in one table and have it automatically enter the information into another table? These two table ...
|
| Importing Data | 21 Sep 2007 16:14 GMT | 5 |
When I import a MS Excel spreadsheet using a "TransferSpreadsheet" macro, text data is imported as number: In Excel abcdf
|
| date range pop up box for report | 21 Sep 2007 13:20 GMT | 3 |
I have created a report to return data such as 'Total Referrals' in a date range. I borrowed the attached VBA code from a collegue and tweeked it for my use, but now don't know how to create the pop up box to enter your 'Start date' and End Date'. Could someone help me with ...
|
| Linked table to SQL Server | 21 Sep 2007 09:54 GMT | 1 |
I got a problem for Access and SQL Server. I got a DB in Access which has two similiar tables linked from SQL Server. Both table has a field stored bitmaps with OLE. The two tables are exactly same except the data. When I use queries to display maps,
|
| ComboBox results | 21 Sep 2007 09:40 GMT | 10 |
I have a ComboBox on a form with the following in the Row Source "SELECT tblWorkOrders.ID, tblWorkOrders.[Work Order Number], tblWorkOrders.Description FROM tblWorkOrders ORDER BY [Work Order Number] Where tblWorkOrders.Status="Open"". The box opens up blank. What am I missing?
|