I have to reach the Tools menu somehow to go into Start-up and unhide the toolbar, etc. As soon as I open the database, the toolbar and some of the menu options disappear.
Anyway, thank you for your reply.
Hi,
I need to unhide the menu options, toolbar, and the toolbox that have been hidden by the previous developer. I am using Access 97. What is the way to do this? I can't use the right-click property and the VB Editor, either.
Thanks.
What is the way to keep only one database open during subsequent attempts to mail merging?
After the connection between Access and Word are established, the letter is written and the document is closed, if I want to write another letter, a second database window opens rather than using the...
How can such a numbering as below can be implemented?
yy being the last 2 digits of the year,
yy-0-01, yy-0-02, ..., up to yy-0-10 then
yy-1-01, yy-1-02, ..., up to yy-1-10
etc.
Thank you!
The size will be like the average size for an HTML document...about 10,000 characters let's say. We are trying to use an edit console as a way do edit HTML docs in an elearning project. The content will be in MS Access and with the console the appropriate fields will be updated. That's why your...
Hi,
I'd like to have a field with virtually unlimited size. The 256 text field size limit bothers me. I'll include HTML codes in the field. I thought about using the memo type. Can you advise me anything about its usage, how to define the memo data type, or some other recommendations?
Thanks,
pdx_man ,
We do not remember that we have asked how to create tblWgtFactors & tblMax_Wgt blah bla ...
Our database is attached , and what we need is to calculate MAX value from tblWgtFactors within Access , and put the result into a new Table > named Sheet3.. Thats all !
If u don't have...
I am also working with Gurbo on this project. Jack's solution is leading to change the structure of the project.
The first thing we have tried was to link with an Excel spreadsheet, where the max value (the maximum weight entered by the user) in a row could be found easier by using the max...
I've got a calculate command button on a form and when it is clicked, a query runs. I do not want the query pop up. Instead, I want to send the result of that query to the form. Displaying something like The result is: blablabla...How can I do this? What is the way to get the result of a query...