Hi everyone Hoping someone can help me with this, or clarify what is or isn't possible. I have two databases (inherited from colleagues)that I would like to ...
I suppose the kind of information you have in the two databases are the same ? Otherwise it is no use (but no problem too :-) What kind of primary key do you...
Thanks for your suggestions Gilbert. I'll give that a try. Alison ... you can declare each table of database1 as an external file of database2, then try to...
Hi all, I wonder if it is possible to include pictures/graphs or mathemathical symbols in a memo field. Any answer with short examples will be gratefully...
Hello, I am trying to create a linked table in Access 2007 using a form from AR Remedy application. When I run the query I get an ODBC Call Fail error and the...
... You have to link the table into Access before you can create a query on it. Use the Linked Table Manager. Once you can see the Linked Table in your Tables...
dear all, how to insert calendar date to a textbox, with showing faceplate calendar, just click and pick automatically to a textbox. thanks before Send...
the calendar object should have an Afterupdate event, in that txtDate.value = calendar.value ... calendar, just click and pick automatically to a textbox. ... ...
Hello I am a genuine n00b when it comes to ms access but this link below worked great for my database i followed the instructions and no problems at all hope...
Hi guys, With unbound image, I've managed to insert graphics & pictures in the database. The only problem now is that, when I try to view/print, all that came ...
Hello all, My name is Jesse and I am new to the list. I'm putting together an access database to help a friend of mine with his growing lawn maintenance...
Hello, How do I merge two queries together? The result of these queries will have to be placed in a listbox. (I will just have to attach the listbox to the...
exactly, thankyou my bro! ... From: Bill <graphix.guy71@...> To: ms_access@yahoogroups.com Sent: Saturday, April 26, 2008 1:45:30 Subject: [ms_access]...
I am a newbie, working with a non-profit organization. They publish a newsletter,I believe it is either MS Word or Publisher. The email address are in an...
Hello All I have a query I run to tell me when expiry dates for records fall within 90 days of todays date I use this expression in my expiry date column...
In the first Form place a Button (Go, Next, OK, Proceed whatever) and in its event procedure: DoCmd.OpenForm "SecondForm" for transfering control to your...
Kindly check the following links that I hope are of help to you: http://support.microsoft.com/?kbid=210100 http://support.microsoft.com/?kbid=263021 ...
Just to add to what m_saleem_khan said below, you may need to add a criteria to the statement that opens the second form like: DoCmd.OpenForm "SecondForm", , ,...
Thank your Mr.Saleem, I've manage to have it printed. The only problem now is that the printed result overlaps the other printed fields where as I've set the...
In need of assistance here again, I've created navigation buttons that enables the program to display the next or previous record. I have also managed to...
Hello, How do I display a value from the dropwdown list to a text box in the form? If I immediately display the value of the dropdown list in the textbox, it...
Not sure what event you are going to use to get the value in there and it also sounds like you have two columns on your drop down. In the After Update of the...
I have two tables: One contains all the fields I need to create a report, except that I'm using an ID number for employees that are listed under 5 fields (A1, ...