Can anyone help. I'm having a problem opening a form with MULTIPLE linked criteria. I can open it fine with one linked criteria but not with more than one.
i.e. I can open form A and click on a button to open Form B with field 'RefNo' the same.
But cannot open form B with BOTH [RefNo] &...
I have set up a List Box to allow multiple selections (set at simple) but need these mult. selections to be saved onto a table, how do i do this.
any info appreciated, cheers
I've got a tick box on a 'MainForm'. When i tick it i want a field (FieldA) on a 'Subform' to become enabled.
I've got following code in tick box 'on click' properties but it's not working.
Forms![MainForm]![Subform].Form!FieldA.Enabled = True
Any ideas
Is it possible to change the wording of a system mssg.
i.e. If duplicate record entered in a Primary key field can the mssg be setup simply as 'duplicate record entered' INSTEAD of the long system mssg which isn't that clear.
Any help appreciated. Cheers
I'm trying to display a mssg 'Record Added' when a NEW record is added to a table. I've been given the following info as part of the solution to the problem but I'm struggling with the VB code. Can anyone help!
'Open a recordset for a table that you want to modify, store a variable for the...
How can I display a mssg when another user adds a NEW record to a table.
(This is for a database which many users keep open but constantly minimise & maximise to see updates)
When the database is minimised on the tool bar and a mssg saying 'new record added' is flagged up, I'd like the icon on...
I have 2 forms :- form1 to SUBMIT records onto a table & form2 to VIEW/EDIT these records.
When clicking form2 to VIEW records, if no records submitted yet I want to display a mssg saying "Please input a record".
After submiting a record, clicking form2 will then open OK and display...
I have 2 forms open at the same time. One has a number field called 'score' which starts at 0. The other has buttons, when I click on 'buttonA' I want the 'score' to Add 1 and when click 'buttonB'-the score to minus 1.
Each form looks at seperate tables which are not linked.
Any help/ideas...
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.