Access 2007 Replacing RunCommands :"COPY' and "PASTE".
I've just been forced to upgrade to Access 2007. Now any of my Macros that used the RunCommand "COPY" or "PASTE" no longer function. I'm lookking for a quick solution to replace those functions in multiple macros. Thanks
I have a Form that has the field "Transponder_Number" The form is based on a Query that selects a particutlar Transponder. In Access 2003 I used the macro Copy/Paste to take the current form field "Transponder_Number" and paste it into a table "Incident_Time_Stamps". I used this action to create a "Start_Time_Stamp" Date/Time input in the same table (Incident_Time_Stamps). I know this is pretty convoluted. My main goal is to create a way to start and incident and end the incident so that I can track the response time. Thanks.
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.