I currently have three tables. One is the main table called defects that has a tracking number. I have another table called closeout reference that has a tracking number (which ties it do the main table) and a action number ( which ties it to my third table). I then have a third table called...
Is there a way to roll back a value in an input field if we didn't want the actually value? For example in the before update event is there a way to reset the value of a textbox to what it was?
Thanks for the help PHV. What you said worked but if they change the field and then click no in the do you want to update message box is there a way to get that value to revert to what it was? Sorry I am new with access.
I have a combobox that I want to be populated based on a field in a table called SI. To do this i set the control source equal to the SI. I also want values in a lookup table to appear in this drop down too. So to do this, I have a query in the row source that returns two fields ( one is the...
Yeah I have but what I found is when i did that it did not print right away. I printed something else out and then a page with hello world is printed first. Any other ideas?
I have the following code which I found on here:
Open "Com1:960,n,8,1" For output as #1
Print #1, chr$(27); "T";
Print #1, "Hello World"
Close #1
I have a printer on lpt1 port. I changed the com1 to lpt1 and it does not work. I also have another machine that is running access 97 and has a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.