I am grouping my output and when there are more than three detail records in the group the next group heading displays over the top of the previous line. If there are only three group records then it works fine. Anyone ever have this problem?
I have a secure DB that has code to delete and then recreate a new table. When the table is recreated the owner is the current user and when another user with the same group permissions logs on, it will not let them delete and recreate this table.
Set tdf =...
I am using the following codes:
<CFQUERY name="SNNote" dbtype="ODBC" datasource="Afr">
Select * from Notes
Where
SNID =#NR#
</CFQUERY>
This works and I can display the data. However, when I try an update with:
<CFQUERY name="SNUpdNote"...
This is a simple update that is giving me problems.
<CFQUERY name="UpdateNotes" dbtype="ODBC" datasource="Notebook">
Update Notes
Set
ContactPerson="#Form.Person#",
ContactPhone="#Form.Phone#",
Notes="#Form.Note#"
Where
ID='#NR#'...
I am creating a Employee book. I use the following code to display the linked picture on a form. The filename is stored in the table in field [PicLoc]. The form field name is [Image40]. If it isn't found I use the NoPicAvail.bmp.
Private Sub Form_Current()
Set fs = Application.FileSearch...
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.