I would like to check for duplicate entries within one record (one row).
Here is a scaled down example of my table:
NAME GuessA GuessB GuessC
=======================================
Jill 1 2 3
Jack 2 8 6
Basically, each person...
I would like to check for duplicate entries within one record (one row).
Here is a scaled down example of my table:
NAME GuessA GuessB GuessC
=======================================
Jill 1 2 3
Jack 2 8 6
Basically, each person...
I would like to allow the user to choose the font size (and possibly alignment & font type) before print-previewing the report.
Can I add a listbox to a form so the user can select the font size for a report?
Where should I start troubleshooting this problem?
I have some reports that print out class & student details. The printer is stopping between each page, the pause time greatly extending for each class that is printed.
Any tips?
I'd like to display a list of names using commas in my report. Is this possible?
At the moment, my report looks like this:
FNAME LNAME
----------------
Rowan Atkins
Jon Bell
Matt Bowen
I would like it to look like this:
Rowan Atkins, Jon Bell, Matt Bowen
Can anybody help?
I want to execute an SQL SELECT statement in the "after update" event of a field on my form.
If the query returns NULL, I want nothing to happen.
If the query returns a result, I need to display a MsgBox.
I am also hoping that I can insert the query result into the MsgBox.
Can anyone give a...
I have a sub-form that represents a matrix.
I would like to alert the user if a value has been already entered. (These values are not primary keys)
I gather some type of code would need to be used in the AFTER UPDATE event but am not sure what to use. I only want to search the current form for...
I have a table called tblStudent & a matching form with the following fields:
idClass(Long), idSchool(String), rollNo(Long), barcode(String), fName(String), lName(String)
I would like to increment the field "rollNo" by 1 depending on a WHERE clause.
My problem is getting my form to work...
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.