| Thread | Last Post | Replies |
|
| where do i get to learn more access programing | 27 Aug 2006 05:04 GMT | 1 |
where do i get to learn more access programing
|
| digital signature access 2002 | 26 Aug 2006 21:33 GMT | 1 |
How do I get a digital signature in an Access 2002 mdb. I do not have anything under tools, like in Access 2003.
|
| how do i replace a MSysDb object? | 26 Aug 2006 17:51 GMT | 1 |
I get this message when i try to open my database, their was a problem and it shut down wrong, now i get this error message
|
| Get information to a form from another table | 26 Aug 2006 16:48 GMT | 21 |
I have two tables. Order Entry and Invoice I have a checkbox on both forms called Invoiced. This checkbox is checked by default in the Invoice Entry form.
|
| Using SendObject | 26 Aug 2006 13:48 GMT | 4 |
I'm using this DoCmd.SendObject , , , "myemail@dot.com", , , "subject line of email", "text in email" to send an email via outlook express. I'd like to loop it to send several
|
| AllowByPassKeys | 26 Aug 2006 13:39 GMT | 6 |
I know how to set AllowByPassKeys in the current mdb file. Because of political battles, I am not allowed to use Access Security, so my question is, is it possible to set this property in another mdb (my back end), and if so, How?
|
| How do I refer to a general module? | 26 Aug 2006 12:54 GMT | 5 |
I have code that I need to run when the database starts up. I created a general module called relink_at_startup with the code in it in a function called relink_text_files, and I am trying to run it from an autoexec macro. The macro is the runcode action with relink_at_startup ...
|
| Open form using vba | 26 Aug 2006 12:52 GMT | 6 |
I have a table full of names and address. I have a search form with a text box for data I enter and a combo box that lists the fields of the table. I want to search the selected field of the combo box for the data I enter in the text box. For example I type a last name and ...
|
| Automatically close Front End if User has not done anything for 10 | 26 Aug 2006 05:21 GMT | 2 |
I have a split FE and BE applicaiton and want to automatically close the FE is the user has not done anything for 10 minutes. This will ensure that if they go away and leave there desk for an extended perikod of time or leave their office without closing the applicatikon then the ...
|
| converting Access db backend to SQL | 26 Aug 2006 04:54 GMT | 1 |
I have a business application that has front end as .mde and a backend as .mdb I am thinking of converting the backend to SQL. Right now I am using DAO to manipulate the data. Has anyone been using .mde front end and SQL database as a back end ? Also since I have clients who are ...
|
| Can we remove the Close button of Access? | 26 Aug 2006 00:41 GMT | 1 |
I have a button on my switchboard that allows the user to quit the application, and I want to remove the application close button on Access so that the quit button on the main swichboard can check several conditions before closing the entire database. Is there a way to either ...
|
| How to make checkboxes checked by default in MS Access 97 | 25 Aug 2006 23:51 GMT | 11 |
Hi i have several checkboxes on my MS Access 97 forms in order to monitor if an item is required. By Default all items should be checked (required) and later if some of them are not required then i can uncheck them.Could someone help me please how to make checkboxes
|
| Complex Query | 25 Aug 2006 23:50 GMT | 3 |
I am trying to model a form and add some calculations from a spreadsheet, when a record is updated the record needs to carry out a series of calculations here is an example of the spreadsheet formula
|
| Looping An SQL Statement | 25 Aug 2006 22:06 GMT | 6 |
For a timesheet application, I am using un-normalized Timesheet and Timesheet Detail tables on a form that shows 2 weeks of data in a grid format. This is done to simplify the data entry. Rather than forcing the user to enter a projectnumber, date, and hours, each row ...
|
| selecting date | 25 Aug 2006 19:29 GMT | 3 |
After clicking a button on an Access form, I want the vb code to prompt the user for a date using one of the available calendar functions. Any ideas?
|