I would like to have a drop down buttin yes/no. I tried with SQL, im getting he above error.
![]()
I would like to have a drop down buttin yes/no. I tried with SQL, im getting he above error.
![]()
Provide the query SQL.
But if you just want Yes or No options, don't need SQL for that. Use value list.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
I can see the code in the drop down now, its only suppose to show yes/noCode:"-1;""Yes"";0;""No"""
Property settings:
Row Source: Yes;No
Row Source Type: Value List
Format: Yes/No
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
I get this output.
You aren't using the settings I showed. Review my last post.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
I did...See pics
Not sure about your last question, but the other one with the Yes/No list you made, you'd set the column widths to 0;0.5 or something - it will hide the numeric column and show only the "Yes"/"No" values.
0;0.5, give no output or i cant see it.
![]()
post your database... or at least the front end.
The fumigation status one...
Column Count: 2
Width: 0;1 (For example)... the first one should be zero.
then the value in the first column (column(0)) will be written to the table, and the rest will just be displayed. (well if the width isn't 0 for that column)
I cant post pictures, this system is reall not uer friendly. How do i share a db without exposing data?
These are the important properties of the combobox that you're having fun with:
Column Count: 2
Column Widths: 0;1
List Width: 1
Width: 1
(Notice that the total of the column widths is 1, and that matches the List Width property setting)